Update dependencies

This commit is contained in:
Jan Dittberner 2020-03-02 16:49:23 +01:00
parent 8675359586
commit 54c1fbfed0
4 changed files with 322 additions and 239 deletions

19
Pipfile
View file

@ -3,18 +3,23 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://pypi.gnuviech-server.de/simple"
verify_ssl = true
name = "gnuviech"
[packages]
django = "*"
django-model-utils = "*"
"psycopg2" = "*"
passlib = "*"
Django = "<3"
celery = "*"
redis = "*"
gvacommon = {ref = "0.4.0", git = "https://git.dittberner.info/gnuviech/gvacommon.git"}
requests-oauthlib = "*"
django-allauth = "*"
django-crispy-forms = "*"
django-braces = "*"
django-crispy-forms = "*"
django-model-utils = "*"
gvacommon = {version = "*",index = "gnuviech"}
passlib = "*"
redis = "*"
requests-oauthlib = "*"
[dev-packages]
coverage = "*"