|
90 | 90 | 'support_files/doc/source/_static/*.png' |
91 | 91 | ]}, |
92 | 92 | scripts=glob('scripts/*'), |
93 | | - extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock'], |
94 | | - 'doc': ["Sphinx >= 1.2.2"]}, |
| 93 | + extras_require={'test': ["nose >= 0.10.1", "pep8", 'mock']}, |
95 | 94 | install_requires=['psycopg2', 'click >= 3.3', 'future==0.13.0', |
96 | 95 | 'bcrypt', 'pandas >= 0.15', 'numpy >= 1.7', |
97 | 96 | 'tornado==3.1.1', 'toredis', 'redis', |
98 | 97 | 'ipython[all] >= 2.4.1, < 2.5', 'pyparsing', |
99 | 98 | 'h5py >= 2.3.1', 'biom-format', 'natsort', 'networkx', |
100 | 99 | 'scikit-bio >= 0.2.3, < 0.3.0', 'wtforms == 2.0.1', |
101 | 100 | 'qiime >= 1.9.0, < 1.10.0', 'moi >= 0.2.0, < 0.3.0', |
102 | | - 'sphinx-bootstrap-theme'], |
| 101 | + 'sphinx-bootstrap-theme', 'Sphinx >= 1.2.2'], |
103 | 102 | classifiers=classifiers |
104 | 103 | ) |
0 commit comments