Skip to content

Commit

Permalink
Remove unused "dev" dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Jul 26, 2017
1 parent eda63d8 commit c98d9ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--index-url https://pypi.python.org/simple/

-e .
-e .[dev]
-e .[test]
-e .[docs]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'cloudpickle==0.3.1',
] + install_requires_compat,
extras_require={
'dev': [],
'test': ['tox'],
'docs': ['sphinx', 'numpydoc', 'sphinx_rtd_theme'],
},
Expand Down

0 comments on commit c98d9ce

Please sign in to comment.