Skip to content

Commit

Permalink
Update dependencies (closes #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Dec 16, 2014
1 parent 6f7a3de commit a533461
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 @@
GitPython==0.3.2.1
colorama==0.2.4,==0.3.0
colorama==0.3.2
termcolor==1.1.0
docopt==0.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version="1.2.0",
packages=find_packages(exclude=["tests"]),
scripts=['PyGitUp/gitup.py'],
install_requires=['GitPython==0.3.2.1', 'colorama==0.2.4,==0.3.2',
install_requires=['GitPython==0.3.2.1', 'colorama==0.3.2',
'termcolor==1.1.0', 'docopt==0.6.1'],

# Tests
Expand Down

0 comments on commit a533461

Please sign in to comment.