diff --git a/requirements/test.txt b/requirements/test.txt index 9d774f2..fcbce7e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,9 +1,22 @@ -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-bleach==0.3.0 psycopg2==2.7.3.2 coverage==4.4.2 -flake8==3.6.0 -pep8==1.7.1 -tox==2.9.1