Skip to content

Commit

Permalink
Attempt to fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lane committed Jul 17, 2019
1 parent 34b37d4 commit 16f708d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bumpversion>=0.5.0
needle>=0.5.0,<0.6.0
pytest>=3.0.0,<5.0.0
pytest==3.6.0
pytest-cov>=2.5.0
pytest-pep8>=1.0.0
python-coveralls>=2.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(filename):
],
python_requires=">=2.7",
tests_require=[
"pytest>=3.8.0",
"pytest==3.6.0",
"pytest-cov>=2.6.0",
"python-coveralls>=2.9.0",
"pytest-flask>=0.13.0",
Expand Down

0 comments on commit 16f708d

Please sign in to comment.