Update testing requirements

This commit is contained in:
Ryan P Kilby 2017-11-24 22:38:07 -05:00
parent c63e35cb09
commit eb61eb2b86
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# PEP8 code linting, which we run on all commits.
flake8==3.4.1
flake8==3.5.0
flake8-tidy-imports==1.1.0
pep8==1.7.0
pycodestyle==2.3.1
# Sort and lint imports
isort==4.2.5
isort==4.2.15

View File

@ -2,6 +2,6 @@
pytz==2017.2
markdown==2.6.4
django-guardian==1.4.9
django-filter==1.0.4
django-filter==1.1.0
coreapi==2.3.1
coreschema==0.0.4

View File

@ -1,4 +1,4 @@
# PyTest for running the tests.
pytest==3.2.2
pytest==3.2.5
pytest-django==3.1.2
pytest-cov==2.5.1