Use pipenv for requirements
This commit is contained in:
parent
c676415c97
commit
adc57657dd
7 changed files with 569 additions and 44 deletions
26
Pipfile
Normal file
26
Pipfile
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue