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:
@@ -1,5 +1,3 @@
|
||||
FROM python:3.11
|
||||
|
||||
COPY . .
|
||||
|
||||
# RUN pip install -r requirements.txt
|
@@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user