This commit is contained in:
Sonny Bakker 2021-01-23 17:10:43 +01:00
parent 01f86399b2
commit cf078ee42a
42 changed files with 554 additions and 307 deletions

View file

@ -24,10 +24,13 @@ psycopg2-binary = "^2.8.5"
gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
sentry-sdk = "^0.15.1"
sentry-sdk = {version = "^0.15.1", optional = true}
ftfy = "^5.8"
requests_oauthlib = "^1.3.0"
[tool.poetry.extras]
sentry = ["sentry_sdk"]
[tool.poetry.dev-dependencies]
factory-boy = "^2.12.0"
freezegun = "^0.3.15"