Skip to content

Commit

Permalink
Merge pull request #911 from lanzagar/req
Browse files Browse the repository at this point in the history
Clean up requirements
  • Loading branch information
kernc committed Dec 11, 2015
2 parents 8013f13 + ebe573a commit b5c25f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
numpy>=1.9.0
scipy>=0.11.0
beautifulsoup4
bottlechest>=0.7.0
scikit-learn>=0.16
chardet>=2.3.0
nose==1.2.1
docutils
Jinja2==2.6
Sphinx>=1.3
recommonmark>=0.1.1
nose==1.2.1
numpy>=1.9.0
numpydoc
beautifulsoup4
recommonmark>=0.1.1
scikit-learn>=0.16
scipy>=0.11.0
Sphinx>=1.3
xlrd>=0.9.2
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
'setuptools',
'numpy>=1.9.0',
'scipy',
'scikit-learn>=0.16',
'chardet>=2.3.0',
'bottlechest',
'xlrd>=0.9.2',
'docutils',
'scikit-learn>=0.16',
'chardet>=2.3.0', # encoding detection
'xlrd>=0.9.2', # reading Excel files
'docutils', # parsing docs for addon installation
)

if sys.version_info < (3, 4):
Expand Down

0 comments on commit b5c25f2

Please sign in to comment.