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"
|
||||
|
||||
[packages]
|
||||
django = "*"
|
||||
python-decouple = "*"
|
||||
markdown = "*"
|
||||
django-npb = "*"
|
||||
django = "~=2.2.0"
|
||||
django-bulma = "*"
|
||||
django-npb = "*"
|
||||
markdown = "*"
|
||||
python-decouple = "*"
|
||||
|
||||
[dev-packages]
|
||||
gunicorn = "*"
|
||||
|
|
Loading…
Reference in a new issue