27 lines
478 B
TOML
27 lines
478 B
TOML
|
[[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"
|