Skip to content

Commit

Permalink
Merge pull request #18 from mvfc/master
Browse files Browse the repository at this point in the history
updated required pip version and added setuptools as an install_requirements entry
  • Loading branch information
freakboy3742 committed Sep 27, 2016
2 parents 3b819a3 + d964542 commit b6e280f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
]
},
install_requires=[
'pip >= 7.0',
'pip >= 8.1',
'cookiecutter >= 1.0',
'voc',
'setuptools >= 27.0',
],
license='New BSD',
classifiers=[
Expand Down

0 comments on commit b6e280f

Please sign in to comment.