Files
cbwebreader/Pipfile
2020-05-22 11:09:48 +01:00

20 lines
303 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
django-silk = "*"
v = {editable = true,version = "*"}
[packages]
django = "*"
gunicorn = "*"
django-recaptcha2 = "*"
django-bootstrap4 = "*"
dj-database-url = "*"
pypdf4 = "*"
[requires]
python_version = "3.8"