1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00
Files
MoniGoMani-freqtrade-trading/Pipfile
dependabot[bot] 2df536ff3f Bump art from 5.3 to 5.4
Bumps [art](https://github.com/sepandhaghighi/art) from 5.3 to 5.4.
- [Release notes](https://github.com/sepandhaghighi/art/releases)
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sepandhaghighi/art/compare/v5.3...v5.4)

---
updated-dependencies:
- dependency-name: art
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 06:52:34 +00:00

39 lines
721 B
TOML

[requires]
python_version = "3.9"
[packages]
art = "==5.4"
cached-property = "==1.5.2"
coloredlogs = "==15.0.1"
cryptography = "==36.0.1"
discord-webhook = "==0.14.0"
distro = "==1.6.0"
fire = "==0.4.0"
gitdb = "==4.0.9"
humanfriendly = "==10.0"
inquirerpy = "==0.3.1"
logger = "==1.4"
numpy = "==1.21.5"
pandas = "==1.3.5"
plotly = "==5.5.0"
prompt-toolkit = "==3.0.24"
pygit2 = "*"
python-rapidjson = "==1.5"
PyYAML = "==6.0"
quantstats = "==0.0.47"
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.16.0"
pylint = "==2.12.2"
pytest = "==6.2.5"
pytest-cov = "==3.0.0"
pytest-mock = "*"