Skip to content

Commit

Permalink
Remove unused numpydoc dependency (donnemartin#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf authored and donnemartin committed May 7, 2019
1 parent fbd7c69 commit 75e4abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def main():
if HAVE_SETUPTOOLS:
skw['setup_requires'] = ['ply']
skw['install_requires'] = [
'numpydoc>=0.5,<1.0',
'ply>=3.4,<4.0',
'prompt_toolkit>=2.0.0,<2.1.0',
'requests>=2.8.1,<3.0.0',
Expand Down

0 comments on commit 75e4abe

Please sign in to comment.