changed pyproject.toml
updated poetry lock
This commit is contained in:
parent
281bf039f7
commit
b9e3cf783f
1546
poetry.lock
generated
1546
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -3,13 +3,10 @@ name = "markettrade"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
|
authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
|
||||||
packages = [
|
|
||||||
{include = 'market_trade'}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8,<3.11"
|
python = ">=3.9,<3.11"
|
||||||
pandas = "^1.4.2"
|
pandas = "^1.4.2"
|
||||||
numpy = "^1.22.3"
|
numpy = "^1.22.3"
|
||||||
plotly = "^5.7.0"
|
plotly = "^5.7.0"
|
||||||
@ -23,6 +20,8 @@ requests = "^2.27.1"
|
|||||||
selenium = "^4.1.5"
|
selenium = "^4.1.5"
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
black = "^22.6.0"
|
black = "^22.6.0"
|
||||||
|
tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git"}
|
||||||
|
python-dotenv = "^0.21.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user