Skip to content

Commit

Permalink
Updated requirements versions to newest
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
  • Loading branch information
Jakob-Naucke authored and andy-maier committed Sep 21, 2018
1 parent a1a69cd commit 57d887a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build/
*.egg-info/
AUTHORS
ChangeLog
docs/.doctrees

# Unnecessary clutter created by test process
__pycache__/
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flake8>=3.5.0 # MIT
pytest>=3.7.1 # MIT
pytest-cov>=2.5.1 # MIT
python-coveralls # Apache-2.0
pytest>=3.8.0 # MIT
pytest-cov>=2.6.0 # MIT
python-coveralls>=2.9.1 # Apache-2.0
pbr>=4.2.0 # Apache-2.0
twine>=1.11.0 # Apache-2.0
sphinx>=1.7.6 # BSD
sphinx>=1.8.0 # Simplified BSD

0 comments on commit 57d887a

Please sign in to comment.