move the pytest requirements to the base file

This commit is contained in:
Andreas Zweili 2019-08-10 15:05:03 +02:00
parent 532fad6bd3
commit 43c334745d
3 changed files with 4 additions and 7 deletions

View File

@ -5,3 +5,6 @@ pytz
django-guardian
django-tables2
django-filter
pytest
pytest-django
pytest-cov

View File

@ -1,6 +1,3 @@
-r base.txt
pytest
pytest-django
pytest-cov
psycopg2

View File

@ -1,8 +1,5 @@
-r base.txt
pytest
pytest-django
pytest-cov
pep8
rope
pylint
pylint