Files

20 lines
233 B
TOML
Raw Permalink Normal View History

2021-02-02 10:43:26 +02:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dj-database-url = "*"
django = "*"
gunicorn = "*"
2022-03-01 20:46:36 +02:00
psycopg2-binary = "*"
2021-02-02 10:43:26 +02:00
whitenoise = "*"
unittest-xml-reporting = "*"
[dev-packages]