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