Files
python-test/Pipfile
T
admin-tea 20ae400c14
ci-tests/python-test/pipeline/head There was a failure building this commit
updated to a newer model to fix user error
2022-03-01 20:46:36 +02:00

20 lines
233 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dj-database-url = "*"
django = "*"
gunicorn = "*"
psycopg2-binary = "*"
whitenoise = "*"
unittest-xml-reporting = "*"
[dev-packages]