We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423213f commit acf7c7bCopy full SHA for acf7c7b
requirements.txt
@@ -1,17 +1,32 @@
1
+# user required
2
certifi
3
websockets>=8.1
4
requests
5
numpy
-pandas>=0.24.0
6
aiohttp
7
-pysimplegui
8
-matplotlib
9
-mplcursors
10
simplejson
11
-selenium
12
-scipy
13
pyjwt
14
-Sphinx==2.3.1
+psutil>=5.9.6
+shinny_structlog
+sgqlc
+filelock
+tqsdk_ctpse
+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
24
autodocsumm
25
sphinx_rtd_theme
-jieba
26
+sphinxcontrib-googleanalytics
27
+lz4
28
+memory_profiler
29
+pytest
30
+pytest-rerunfailures
31
+pytest-cov
32
+pytest-xdist
0 commit comments