Skip to content

Commit 3cbce1d

Browse files
committed
Remove requirement rqopen-client
1 parent 8425def commit 3cbce1d

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
@@ -75,7 +75,7 @@ def main():
7575
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
7676

7777
install_requires=['requests', 'six', 'apscheduler', 'lxml', 'cssselect', 'bs4', 'html5lib', 'pandas',
78-
'rqopen-client', 'tushare', 'pyyaml'],
78+
'tushare', 'pyyaml'],
7979

8080
extras_require={
8181
'dev': [],

0 commit comments

Comments
 (0)