Set up dependencies for auto formatting etc

This commit is contained in:
Swen Kooij 2019-10-19 12:38:08 +03:00
parent 3c9251b45a
commit 76098141e9

View File

@ -1,9 +1,22 @@
-r base.txt -r base.txt
# Analysis
black==19.3b0
flake8==3.7.7
pycodestyle==2.5.0
autoflake==1.3
autopep8==1.4.4
isort==4.3.20
sl-docformatter==1.4
# Tests
coverage==4.4.2
tox==2.9.1
pytest==5.2.1
pytest-django==3.6.0
pytest-cov==2.8.1
django-autoslug==1.9.3 django-autoslug==1.9.3
django-bleach==0.3.0 django-bleach==0.3.0
psycopg2==2.7.3.2 psycopg2==2.7.3.2
coverage==4.4.2 coverage==4.4.2
flake8==3.6.0
pep8==1.7.1
tox==2.9.1