Files
cbwebreader/Pipfile
2019-07-24 07:21:24 +01:00

24 lines
349 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pdbpp = "*"
pytest-django = "*"
pytest-black = "*"
pytest-flake8 = "*"
[packages]
ujson = "*"
django-silk = "*"
django-recaptcha2 = "*"
dj-database-url = "*"
Django = "*"
gunicorn = "*"
flake8 = "*"
psycopg2-binary = "*"
[requires]
python_version = "3.7"