Forex-MT5-Bot/Pipfile

47 lines
841 B
Text
Raw Permalink Normal View History

2021-01-26 22:25:35 +08:00
[[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 = "*"
2021-01-26 22:25:35 +08:00
[dev-packages]
black = "*"
ipykernel = "*"
lazypredict = "*"
jupyter = "*"
nbconvert = "*"
mplfinance = "*"
pre-commit = "*"
2021-01-26 22:25:35 +08:00
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true