chore: poetry and migrations (#4)

This commit is contained in:
2022-08-30 20:22:46 -03:00
committed by GitHub
parent 9ecc3acdd0
commit d8f94955ff
5 changed files with 90 additions and 34 deletions

View File

@@ -6,15 +6,16 @@ authors = ["Michel Wilhelm <michelwilhelm@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<4"
django-cors-headers = "^3.13.0"
django-dbml = "^0.5.0"
django-mysql = "^4.7.1"
djangorestframework = "^3.13.1"
django-cors-headers = "3.5.0"
django-dbml = "0.3.5"
django-mysql = "3.9.0"
djangorestframework = "3.12.1"
gevent = "^21.12.0"
mysqlclient = "^2.1.1"
mysqlclient = "2.0.1"
pendulum = "^2.1.2"
sentry-sdk = "^1.9.5"
uWSGI = "^2.0.20"
pytz = "^2022.2.1"
[tool.poetry.dev-dependencies]
pre-commit = "^2.20.0"