Update django version

This commit is contained in:
Sonny 2020-06-07 21:29:21 +02:00
parent 2d3eae6e39
commit 3b2384a266
2 changed files with 5 additions and 4 deletions

View file

@ -23,6 +23,7 @@ requests = "^2.23.0"
psycopg2-binary = "^2.8.5"
gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
[tool.poetry.dev-dependencies]
factory-boy = "^2.12.0"