Skip to content

Commit 5d9bb3a

Browse files
author
xuanqi
committed
add missing requirement in setup.py
1 parent e574ab5 commit 5d9bb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
#
118118
# For an analysis of "install_requires" vs pip's requirements files see:
119119
# https://packaging.python.org/en/latest/requirements.html
120-
install_requires=['Scrapy','Twisted','demjson','elasticsearch-dsl','kafka_python','openpyxl','xlrd','pandas','pytdx','apscheduler'], # Optional
120+
install_requires=['requests', 'Scrapy','Twisted','demjson','elasticsearch-dsl','kafka_python','openpyxl','xlrd','pandas','pytdx','apscheduler'], # Optional
121121

122122
# List additional groups of dependencies here (e.g. development
123123
# dependencies). Users will be able to install these using the "extras"

0 commit comments

Comments
 (0)