mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
update dependencies
This commit is contained in:
parent
319c21d790
commit
160170409e
@ -16,12 +16,13 @@
|
|||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"ms-python.black-formatter",
|
"ms-python.black-formatter",
|
||||||
"ms-python.flake8",
|
"ms-python.flake8",
|
||||||
"ms-python.vscode-pylance",
|
"ms-python.vscode-pylance",
|
||||||
"ms-python.isort"
|
"ms-python.isort",
|
||||||
]
|
"charliermarsh.ruff"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "pip3 install --user -r dev-reqs.txt"
|
"postCreateCommand": "pip3 install --user -r dev-reqs.txt"
|
||||||
|
11
dev-reqs.txt
11
dev-reqs.txt
@ -1,8 +1,9 @@
|
|||||||
-r telegram/requirements.txt
|
-r telegram/requirements.txt
|
||||||
black==23.3.0
|
black==23.7.0
|
||||||
flake8==5.0.4
|
flake8==6.1.0
|
||||||
Flake8-pyproject==1.2.3
|
Flake8-pyproject==1.2.3
|
||||||
pylama==8.4.1
|
pylama==8.4.1
|
||||||
mypy==1.2.0
|
mypy==1.5.1
|
||||||
types-cachetools==5.3.0.5
|
types-cachetools==5.3.0.6
|
||||||
types-pytz==2023.3.0.0
|
types-pytz==2023.3.0.1
|
||||||
|
ruff==0.0.287
|
@ -1,7 +1,7 @@
|
|||||||
python-telegram-bot==20.5
|
python-telegram-bot==20.5
|
||||||
requests==2.25.1
|
requests==2.31.0
|
||||||
pandas==2.0.0
|
pandas==2.1.0
|
||||||
schedule==1.0.0
|
schedule==1.2.0
|
||||||
mplfinance==0.12.7a5
|
mplfinance==0.12.10b0
|
||||||
markdownify==0.6.5
|
markdownify==0.11.6
|
||||||
cachetools==4.2.2
|
cachetools==5.3.1
|
Loading…
x
Reference in New Issue
Block a user