-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPipfile
47 lines (43 loc) · 841 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
astroid = "==2.4.2"
certifi = "==2020.12.5"
colorama = "==0.4.4"
distlib = "==0.3.1"
filelock = "==3.0.12"
isort = "==5.6.4"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
numpy = "==1.19.4"
pandas = "==1.1.5"
pipenv = "==2020.11.15"
pylint = "==2.6.0"
python-dateutil = "==2.8.1"
pytz = "==2020.5"
pyzmq = "==20.0.0"
six = "==1.15.0"
toml = "==0.10.2"
typing-extensions = "==3.7.4.3"
virtualenv = "==20.2.2"
virtualenv-clone = "==0.5.4"
wrapt = "==1.12.1"
zmq = "==0.0.0"
MetaTrader5 = "==5.0.33"
Pillow = "==8.1.0"
scikit-learn = "*"
[dev-packages]
black = "*"
ipykernel = "*"
lazypredict = "*"
jupyter = "*"
nbconvert = "*"
mplfinance = "*"
pre-commit = "*"
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true