Compare commits
12 Commits
5f14b1b343
...
renovate/s
Author | SHA1 | Date | |
---|---|---|---|
3534468df1 | |||
e5a8a00155 | |||
61509407c2 | |||
6b5257831b | |||
480e18a660 | |||
49b504d05c | |||
53d67bc9ac | |||
70b9d89f14 | |||
aaf152e55b | |||
b15bfc1530 | |||
b355dca325 | |||
99f6fc1b61 |
@@ -1,12 +1,12 @@
|
|||||||
pyTelegramBotAPI~=4.7.0
|
pyTelegramBotAPI~=4.10.0
|
||||||
python-dotenv~=0.21.0
|
python-dotenv~=0.21.0
|
||||||
APScheduler~=3.9.1
|
APScheduler~=3.10.0
|
||||||
SQLAlchemy~=1.4.37
|
SQLAlchemy~=2.0.4
|
||||||
pymysql==1.0.2
|
pymysql==1.0.2
|
||||||
requests~=2.28.1
|
requests~=2.28.1
|
||||||
beautifulsoup4~=4.11.1
|
beautifulsoup4~=4.11.1
|
||||||
pandas~=1.5.0
|
pandas~=1.5.0
|
||||||
PyVirtualDisplay~=3.0
|
PyVirtualDisplay~=3.0
|
||||||
selenium~=4.5.0
|
selenium~=4.8.0
|
||||||
plotly~=5.10.0
|
plotly~=5.13.0
|
||||||
fuzzywuzzy~=0.18.0
|
fuzzywuzzy~=0.18.0
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.10-slim
|
FROM python:3.11-slim
|
||||||
|
|
||||||
# Change the working directory to the root of the project
|
# Change the working directory to the root of the project
|
||||||
WORKDIR /srv/flask_app
|
WORKDIR /srv/flask_app
|
||||||
|
Reference in New Issue
Block a user