Update dependencies
This commit is contained in:
parent
598c4ab59d
commit
c0aa5c9265
1 changed files with 2 additions and 2 deletions
4
Pipfile
4
Pipfile
|
@ -4,12 +4,12 @@ verify_ssl = true
|
|||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
django = "~=2.2.0"
|
||||
django = "~=3.0.3"
|
||||
django-bulma = "*"
|
||||
django-npb = "*"
|
||||
markdown = "*"
|
||||
python-decouple = "*"
|
||||
cryptography = ">=2.7,<2.8"
|
||||
cryptography = ">=2.8"
|
||||
|
||||
[dev-packages]
|
||||
gunicorn = "*"
|
||||
|
|
Loading…
Reference in a new issue