Skip to content

Commit

Permalink
Upped setup and requirements for setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
seppaleinen committed Jan 25, 2016
1 parent 6af0395 commit dc73b70
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,4 +1,4 @@
setuptools==19.4
setuptools==19.6
mock==1.3.0
enum34==1.1.2
pep8==1.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):
description='Common library for managing version-control and compiling.',
install_requires=[
"gitPython==1.0.1",
"setuptools==19.4",
"setuptools==19.6",
"enum34==1.1.2",
],
tests_require=[
Expand Down

0 comments on commit dc73b70

Please sign in to comment.