You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
579 B
33 lines
579 B
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[[source]]
|
|
url = "https://pypi.gnuviech-server.de/simple"
|
|
verify_ssl = true
|
|
name = "gnuviech"
|
|
|
|
[packages]
|
|
"psycopg2" = "*"
|
|
Django = "<3"
|
|
celery = "*"
|
|
django-allauth = "*"
|
|
django-braces = "*"
|
|
django-crispy-forms = "*"
|
|
django-model-utils = "*"
|
|
gvacommon = {version = "*",index = "gnuviech"}
|
|
passlib = "*"
|
|
redis = "*"
|
|
requests-oauthlib = "*"
|
|
|
|
[dev-packages]
|
|
coverage = "*"
|
|
django-debug-toolbar = "*"
|
|
sphinx = "*"
|
|
releases = "*"
|
|
sphinxcontrib-blockdiag = "*"
|
|
pylama = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|