Skip to content

Commit

Permalink
move sphinx to test_requre from setup_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
grzn committed Mar 9, 2014
1 parent 968b7e8 commit 0d9e20b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
install_requires=['requests>=1.2.3',
'requests_oauthlib>=0.3.3',
'tlslite>=0.4.4'],
setup_requires=['sphinx'],
tests_require=['tlslite>=0.4.4', 'xmlrunner>=1.7.3', 'requests>=1.2.3', 'setuptools', 'tox', 'pep8', 'autopep8'],
setup_requires=[],
tests_require=['tlslite>=0.4.4', 'xmlrunner>=1.7.3', 'requests>=1.2.3', 'setuptools', 'tox', 'pep8', 'autopep8',
'sphinx'],
extras_require={
'magic': ['filemagic>=1.6'],
'shell': ['ipython>=0.13'],
Expand Down

0 comments on commit 0d9e20b

Please sign in to comment.