Skip to content

Commit

Permalink
Add wheel as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Jul 28, 2015
1 parent f66a1f9 commit 971e479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Expand Up @@ -2,6 +2,7 @@ pytest
coverage

click==4.1
semver==2.2.0
gitpython==1.0.1
invoke==0.10.1
GitPython==1.0.1
semver==2.2.0
wheel
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -36,9 +36,10 @@ def _read_long_description():
license='MIT',
install_requires=[
'click==4.1',
'semver==2.2.0',
'gitpython==1.0.1',
'invoke==0.10.1',
'GitPython==1.0.1',
'semver==2.2.0',
'wheel'
],
entry_points='''
[console_scripts]
Expand Down

0 comments on commit 971e479

Please sign in to comment.