1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00
Files
MoniGoMani-freqtrade-trading/Pipfile
2021-12-16 01:44:42 +01:00

39 lines
721 B
TOML

[requires]
python_version = "3.9"
[packages]
art = "==5.3"
cached-property = "==1.5.2"
coloredlogs = "==15.0.1"
cryptography = "==36.0.0"
discord-webhook = "==0.14.0"
distro = "==1.6.0"
fire = "==0.4.0"
gitdb = "==4.0.9"
humanfriendly = "==10.0"
inquirerpy = "==0.3.0"
logger = "==1.4"
numpy = "==1.21.4"
pandas = "==1.3.4"
plotly = "==5.4.0"
prompt-toolkit = "==3.0.22"
pygit2 = "*"
python-rapidjson = "==1.5"
PyYAML = "==6.0"
quantstats = "==0.0.46"
six = "==1.16.0"
smmap = "==5.0.0"
tenacity = "==8.0.1"
termcolor = "==1.1.0"
wcwidth = "==0.2.5"
yaspin = "==2.1.0"
[dev-packages]
flake8 = "==4.0.1"
isort = "*"
pre-commit = "==2.15.0"
pylint = "==2.12.1"
pytest = "==6.2.5"
pytest-cov = "==3.0.0"
pytest-mock = "*"