chore: poetry and migrations (#4)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user