Merge pull request #1 from rtfd/update-requirements

pip freeze requirements.txt
This commit is contained in:
Eric Holscher 2015-06-01 11:19:28 -07:00
commit aba6a6caea
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,5 @@
Sphinx==1.3.1
https://bitbucket.org/readthedocs/sphinx-autoapi/get/master.zip
https://github.com/snide/sphinx_rtd_theme/archive/master.zip
epydoc==3.0.1
epyparse==0.2.5
PyYAML==3.11
wheel==0.24.0
sphinx==1.3.1

View File

@ -6,6 +6,7 @@ try:
'PyYAML',
'epyparse',
'epydoc',
'sphinx',
],
test_suite='nose.collector',
tests_require=['nose', 'mock'],
@ -17,6 +18,7 @@ except ImportError:
'PyYAML',
'epyparse',
'epydoc',
'sphinx'
],
)