updated dependency requirements versions

This commit is contained in:
Asif Saifuddin Auvi 2017-09-23 12:24:55 +06:00
parent 09302173fd
commit 6a00675d95
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# PEP8 code linting, which we run on all commits. # PEP8 code linting, which we run on all commits.
flake8==3.4.1 flake8==3.4.1
pep8==1.5.7 pep8==1.7.0
# Sort and lint imports # Sort and lint imports
isort==4.2.5 isort==4.2.5

View File

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