Skip to content

Instantly share code, notes, and snippets.

@jacek-jablonski
Created December 5, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacek-jablonski/3c278b7ff42800a43ac10eb1da7c2343 to your computer and use it in GitHub Desktop.
Save jacek-jablonski/3c278b7ff42800a43ac10eb1da7c2343 to your computer and use it in GitHub Desktop.
pyproject.torml
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = ["App Author <app@author.com>"]
packages = [{ include = "app", from = "." }]
[[tool.poetry.source]]
name = "custom-python"
url = "https://europe-west4-python.pkg.dev/xxx/python/simple/"
[tool.poetry.dependencies]
python = "3.10.*"
cachetools = "^5.0.0"
Flask = "^2.0.2"
flask-cors = "^3.0"
gunicorn = "^20.0"
custom-package1 = "^4.0.0"
custom-package2 = "^5.0.0"
custom-package3 = "^6.0.0"
SQLAlchemy = ">=1.3.23, <1.4"
voluptuous = "^0.13.0"
Werkzeug = "^2.0.0"
flask-compress = "^1.9.0"
sentry-sdk = { version = "1.10.1", extras = ["flask"] }
[tool.poetry.dev-dependencies]
types-cachetools = "^5.0.0"
pytest = "^7.0.1"
pytest-cov = "^4.0.0"
pytest-mock = "^3.7.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment