Set the required Django version to 2.2.X
https://www.python.org/dev/peps/pep-0440/#compatible-release
This commit is contained in:
parent
c15512e799
commit
e044d955d8
1 changed files with 4 additions and 4 deletions
8
Pipfile
8
Pipfile
|
@ -4,11 +4,11 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
django = "*"
|
django = "~=2.2.0"
|
||||||
python-decouple = "*"
|
|
||||||
markdown = "*"
|
|
||||||
django-npb = "*"
|
|
||||||
django-bulma = "*"
|
django-bulma = "*"
|
||||||
|
django-npb = "*"
|
||||||
|
markdown = "*"
|
||||||
|
python-decouple = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
gunicorn = "*"
|
gunicorn = "*"
|
||||||
|
|
Loading…
Reference in a new issue