Skip to content

Commit

Permalink
Upgrade dependency click to ==5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Depsy committed Oct 17, 2015
1 parent 571dd43 commit 662bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@ def _read_long_description():
packages=find_packages(exclude='tests'),
license='MIT',
install_requires=[
'click==4.1',
'click==5.1',
'gitpython==1.0.1',
'invoke==0.10.1',
'semver==2.2.0',
Expand Down

0 comments on commit 662bc2d

Please sign in to comment.