Skip to content

Commit

Permalink
Try upgrading pip here
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed Apr 28, 2016
1 parent 4aa2138 commit 7fd08bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/sphinxcontrib-shoebot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'''

#requires = ['shoebot>=1.2.1']
requires = ['Sphinx>=1.4.1', 'pip>=8.1.1']

setup(
name='sphinxcontrib-shoebot',
Expand All @@ -41,6 +42,6 @@
platforms='any',
packages=find_packages(),
include_package_data=True,
#install_requires=requires,
install_requires=requires,
namespace_packages=['sphinxcontrib'],
)

0 comments on commit 7fd08bd

Please sign in to comment.