Files
cbwebreader/Pipfile
Kyle Harrison b4d1c4c2cb [ISSUE-3/4] Adds test container and tooling (#8)
* Adding black, isort, and flake8 to pytest

* Applying black, flake8, and isort to codebase
2019-07-29 13:19:03 +01:00

26 lines
385 B
TOML

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