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
This commit is contained in:
2022-12-13 13:19:41 +02:00
parent d50defbe3e
commit ecd42cc0b8
5 changed files with 912 additions and 262 deletions

View File

@@ -20,7 +20,7 @@ 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"}
tinkoff-grpc = {git = "git@github.com:strategy155/tinkoff_grpc.git", tag = "v0.2.3"}
python-dotenv = "^0.21.0"
[tool.poetry.dev-dependencies]