Skip to content

Commit acf7c7b

Browse files
committed
update requirements.txt file
1 parent 423213f commit acf7c7b

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

requirements.txt

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
1+
# user required
12
certifi
23
websockets>=8.1
34
requests
45
numpy
5-
pandas>=0.24.0
66
aiohttp
7-
pysimplegui
8-
matplotlib
9-
mplcursors
107
simplejson
11-
selenium
12-
scipy
138
pyjwt
14-
Sphinx==2.3.1
9+
psutil>=5.9.6
10+
shinny_structlog
11+
sgqlc
12+
filelock
13+
tqsdk_ctpse
14+
tqsdk_sm
15+
pandas>=1.1.0
16+
scipy
17+
packaging
18+
19+
# non-user required(test, doc, etc.)
20+
selenium
21+
jieba
22+
Sphinx
23+
nbsphinx
1524
autodocsumm
1625
sphinx_rtd_theme
17-
jieba
26+
sphinxcontrib-googleanalytics
27+
lz4
28+
memory_profiler
29+
pytest
30+
pytest-rerunfailures
31+
pytest-cov
32+
pytest-xdist

0 commit comments

Comments
 (0)