fixed env reqs

This commit is contained in:
2022-05-09 16:36:07 +03:00
parent 28cc22d2bc
commit 0a404d0996
2 changed files with 465 additions and 4 deletions

View File

@@ -5,7 +5,13 @@ description = ""
authors = ["Mark <strategy155@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<3.11"
pandas = "^1.4.2"
numpy = "^1.22.3"
plotly = "^5.7.0"
matplotlib = "^3.5.2"
scipy = "^1.8.0"
mplfinance = "^0.12.8-beta.9"
[tool.poetry.dev-dependencies]