mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 14:17:19 +00:00
* Adding black, isort, and flake8 to pytest * Applying black, flake8, and isort to codebase
26 lines
385 B
TOML
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"
|