updated dependencies

fixed everything
This commit is contained in:
Mark 2022-12-13 13:27:11 +02:00
parent d50defbe3e
commit 6bf687ac2c
2 changed files with 2241 additions and 2085 deletions

4318
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,22 +6,22 @@ authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<3.11" python = ">=3.9,<3.12"
pandas = "^1.4.2" pandas = "^1.4.2"
numpy = "^1.22.3" numpy = "^1.22.3"
plotly = "^5.7.0" plotly = "^5.7.0"
matplotlib = "^3.5.2" matplotlib = "^3.5.2"
scipy = "<1.8.0" scipy = "^1.8.0"
mplfinance = "^0.12.8-beta.9" mplfinance = "^0.12.8-beta.9"
requests-html = "^0.10.0" requests-html = "^0.10.0"
nest-asyncio = "^1.5.5" nest-asyncio = "^1.5.5"
beautifulsoup4 = "^4.11.1" beautifulsoup4 = "^4.11.1"
requests = "^2.27.1" requests = "^2.27.1"
selenium = "^4.1.5" selenium = "^4.1.5"
jupyter = "^1.0.0"
black = "^22.6.0" black = "^22.6.0"
tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git"} tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git", branch="master"}
python-dotenv = "^0.21.0" python-dotenv = "^0.21.0"
jupyterlab = "^3.5.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]