Skip to content

Commit 9b94870

Browse files
committed
nos
1 parent 75953f9 commit 9b94870

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
'support_files/*',
4545
'support_files/raw_data/*']},
4646
scripts=glob('scripts/*'),
47-
extras_require={'test': ["nose >= 0.10.1", "pep8"]},
48-
install_requires=['click >= 3.3', 'future', 'pandas >= 0.15',
49-
'pyreadline3',
47+
extras_require={'test': ["pep8"]},
48+
install_requires=['click >= 3.3', 'future', 'pandas >= 0.15', 'nose',
5049
'qiita_client @ https://github.com/qiita-spots/'
5150
'qiita_client/archive/master.zip'],
5251
classifiers=classifiers

0 commit comments

Comments
 (0)