marketTrade/pyproject.toml
Mark ecd42cc0b8 created dockerfile for base scripts
created ssh based dockerfile
created dockerignore file
fixed tinkoff grpc and added acrhor to tag
created requirements.txt for docker pip system
2022-12-13 13:20:15 +02:00

31 lines
710 B
TOML

[tool.poetry]
name = "markettrade"
version = "0.1.0"
description = ""
authors = ["Mark <strategy155@gmail.com>", "Sasha <redsandybn@yandex.ru>"]
[tool.poetry.dependencies]
python = ">=3.9,<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"
requests-html = "^0.10.0"
nest-asyncio = "^1.5.5"
beautifulsoup4 = "^4.11.1"
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", tag = "v0.2.3"}
python-dotenv = "^0.21.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"