Update django version

This commit is contained in:
sonny 2020-06-07 21:32:49 +02:00
parent 5e13de6c8b
commit 6609b1306b
4 changed files with 6 additions and 10 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"