Compare commits
1 Commits
renovate/s
...
5f14b1b343
Author | SHA1 | Date | |
---|---|---|---|
5f14b1b343 |
@@ -1,12 +1,12 @@
|
|||||||
pyTelegramBotAPI~=4.10.0
|
pyTelegramBotAPI~=4.7.0
|
||||||
python-dotenv~=0.21.0
|
python-dotenv~=0.21.0
|
||||||
APScheduler~=3.10.0
|
APScheduler~=3.9.1
|
||||||
SQLAlchemy~=2.0.4
|
SQLAlchemy~=1.4.37
|
||||||
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.8.0
|
selenium~=4.6.0
|
||||||
plotly~=5.13.0
|
plotly~=5.10.0
|
||||||
fuzzywuzzy~=0.18.0
|
fuzzywuzzy~=0.18.0
|
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:3.10-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