Skip to content

Commit

Permalink
Changed the pacakges that RTD has to import as part of the installation
Browse files Browse the repository at this point in the history
  • Loading branch information
markmcdowall committed Jul 4, 2017
1 parent 453b14a commit fdd2dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
numpy
h5py
flask
flask_restful
flask_apscheduler
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
packages=['rest'],
include_package_data=True,
install_requires=[
'flask', 'flask_restful', 'numpy', 'h5py', 'waitress', 'pylint', 'pytest'
'flask', 'flask_restful', 'waitress', 'pylint', 'pytest'
],
setup_requires=[
'pytest-runner',
Expand Down

0 comments on commit fdd2dde

Please sign in to comment.