Skip to content

Commit

Permalink
hot fix on eo-learn setup - removed extras_require for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Feb 4, 2019
1 parent a113739 commit 27a7936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ def parse_requirements(file):
'eo-learn-ml-tools>=0.4.2'
],
extras_require={
'DEV': parse_requirements('requirements-dev.txt'),
'DOCS': parse_requirements('requirements-docs.txt')
'DEV': parse_requirements('requirements-dev.txt')
},
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 27a7936

Please sign in to comment.