Use pipenv for requirements

This commit is contained in:
Jan Dittberner 2018-11-17 20:07:29 +01:00
parent c676415c97
commit adc57657dd
7 changed files with 569 additions and 44 deletions

26
Pipfile Normal file
View file

@ -0,0 +1,26 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-model-utils = "*"
"psycopg2" = "*"
passlib = "*"
celery = "*"
redis = "*"
gvacommon = {ref = "0.4.0", git = "https://git.dittberner.info/gnuviech/gvacommon.git"}
requests-oauthlib = "*"
django-allauth = "*"
[dev-packages]
coverage = "*"
django-debug-toolbar = "*"
sphinx = "*"
releases = "*"
sphinxcontrib-blockdiag = "*"
pylama = "*"
[requires]
python_version = "3.6"