1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-07-27 16:41:27 +00:00

Add list of stocks to bot

This commit is contained in:
2023-10-12 02:42:52 +00:00
parent 4a556597df
commit 66f233918e
10 changed files with 47 additions and 23 deletions

View File

@@ -1,5 +1,3 @@
FROM python:3.11
COPY . .
# RUN pip install -r requirements.txt

View File

@@ -17,11 +17,11 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.black-formatter",
"ms-python.vscode-pylance",
"ms-python.isort",
"charliermarsh.ruff"
"charliermarsh.ruff",
"ms-toolsai.jupyter"
]
}
},