changed pyproject.toml

updated poetry lock
This commit is contained in:
Mark 2022-09-19 14:13:45 +03:00
parent 281bf039f7
commit b9e3cf783f
2 changed files with 1127 additions and 426 deletions

1546
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -3,13 +3,10 @@ name = "markettrade"
version = "0.1.0"
description = ""
authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
packages = [
{include = 'market_trade'}
]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.9,<3.11"
pandas = "^1.4.2"
numpy = "^1.22.3"
plotly = "^5.7.0"
@ -23,6 +20,8 @@ requests = "^2.27.1"
selenium = "^4.1.5"
jupyter = "^1.0.0"
black = "^22.6.0"
tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git"}
python-dotenv = "^0.21.0"
[tool.poetry.dev-dependencies]