Add deps to setup.py as well

pull/13/head
Eric Holscher 9 years ago
parent 6430742541
commit 4c8fc0dc94

@ -7,6 +7,8 @@ try:
'epyparse', 'epyparse',
'epydoc', 'epydoc',
'sphinx', 'sphinx',
'sphinxcontrib-golangdomain',
'sphinxcontrib-dotnetdomain',
], ],
test_suite='nose.collector', test_suite='nose.collector',
tests_require=['nose', 'mock'], tests_require=['nose', 'mock'],
@ -19,6 +21,8 @@ except ImportError:
'epyparse', 'epyparse',
'epydoc', 'epydoc',
'sphinx' 'sphinx'
'sphinxcontrib-golangdomain',
'sphinxcontrib-dotnetdomain',
], ],
) )

Loading…
Cancel
Save