forked from aspromatis/Backtesting-RSI-Algo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
72 lines (72 loc) · 1.35 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
alembic==0.7.7
appnope==0.1.0
asn1crypto @ file:///tmp/build/80754af9/asn1crypto_1596577642040/work
bcolz==0.12.1
Bottleneck==1.2.1
certifi==2018.8.24
cffi==1.11.5
chardet==3.0.4
click==7.1.2
contextlib2==0.6.0.post1
cryptography==2.3.1
cycler==0.10.0
decorator==4.4.2
empyrical==0.5.3
h5py==2.8.0
idna==2.7
intervaltree==2.1.0
ipykernel==4.10.0
ipython==5.8.0
ipython-genutils==0.2.0
iso3166==0.9
iso4217==1.6.20180829
joblib==0.14.1
jupyter-client==5.3.3
jupyter-core==4.5.0
kiwisolver==1.1.0
Logbook==0.12.5
lru-dict==1.1.4
lxml==4.2.5
Mako==1.1.3
MarkupSafe==1.0
matplotlib==3.0.3
multipledispatch==0.6.0
networkx==1.11
numexpr==2.6.1
numpy==1.14.2
pandas==0.22.0
pandas-datareader==0.8.1
patsy==0.5.0
pexpect==4.6.0
pickleshare==0.7.4
prompt-toolkit==1.0.15
ptyprocess==0.6.0
pycparser @ file:///tmp/build/80754af9/pycparser_1594388511720/work
pyfolio==0.9.2
Pygments==2.6.1
pyOpenSSL==18.0.0
pyparsing==2.4.7
PySocks==1.6.8
python-dateutil==2.8.1
python-interface==1.5.3
pytz==2020.1
pyzmq==17.1.2
requests==2.20.1
scikit-learn==0.22.2.post1
scipy==1.1.0
seaborn==0.9.1
simplegeneric==0.8.1
six==1.15.0
sortedcontainers==2.2.2
SQLAlchemy==1.2.11
statsmodels==0.9.0
TA-Lib==0.4.18
tables==3.4.4
toolz==0.10.0
tornado==5.1.1
trading-calendars==1.11.2
traitlets==4.3.2
urllib3==1.23
wcwidth @ file:///tmp/build/80754af9/wcwidth_1593447189090/work
websockets==7.0
zipline==1.4.0