bumped version and updated deps

This commit is contained in:
Mark 2023-12-12 18:54:47 +02:00
parent 6bf687ac2c
commit 0e750840b8
2 changed files with 1876 additions and 1721 deletions

3585
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,13 @@
[tool.poetry]
name = "markettrade"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
pandas = "^1.4.2"
python = ">=3.9,<3.13"
pandas = "^2.1.3"
numpy = "^1.22.3"
plotly = "^5.7.0"
matplotlib = "^3.5.2"
@ -18,10 +18,10 @@ nest-asyncio = "^1.5.5"
beautifulsoup4 = "^4.11.1"
requests = "^2.27.1"
selenium = "^4.1.5"
black = "^22.6.0"
black = "^23.12.0"
tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git", branch="master"}
python-dotenv = "^0.21.0"
jupyterlab = "^3.5.1"
python-dotenv = "^1.0.0"
jupyterlab = "^4.0.9"
[tool.poetry.dev-dependencies]