Set the required Django version to 2.2.X

https://www.python.org/dev/peps/pep-0440/#compatible-release
This commit is contained in:
Rodolphe Breard 2019-07-24 20:48:33 +02:00
parent c15512e799
commit e044d955d8

View file

@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"
[packages]
django = "*"
python-decouple = "*"
markdown = "*"
django-npb = "*"
django = "~=2.2.0"
django-bulma = "*"
django-npb = "*"
markdown = "*"
python-decouple = "*"
[dev-packages]
gunicorn = "*"