gva/Pipfile

34 lines
579 B
TOML
Raw Normal View History

2018-11-17 20:07:29 +01:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
2020-03-02 16:49:23 +01:00
[[source]]
url = "https://pypi.gnuviech-server.de/simple"
verify_ssl = true
name = "gnuviech"
2018-11-17 20:07:29 +01:00
[packages]
"psycopg2" = "*"
2020-03-02 16:49:23 +01:00
Django = "<3"
2018-11-17 20:07:29 +01:00
celery = "*"
django-allauth = "*"
django-braces = "*"
2020-03-02 16:49:23 +01:00
django-crispy-forms = "*"
django-model-utils = "*"
gvacommon = {version = "*",index = "gnuviech"}
passlib = "*"
redis = "*"
requests-oauthlib = "*"
2018-11-17 20:07:29 +01:00
[dev-packages]
coverage = "*"
django-debug-toolbar = "*"
sphinx = "*"
releases = "*"
sphinxcontrib-blockdiag = "*"
pylama = "*"
[requires]
2019-07-05 21:22:49 +02:00
python_version = "3.7"