First commit

This commit is contained in:
Joan
2025-09-05 12:27:45 +02:00
parent d18c2fbf7b
commit d3b4cd7eaa
14 changed files with 2900 additions and 90 deletions

8
app/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
python-telegram-bot[ext]==21.1.1 # Use specific version, ensure [ext] is included
python-dotenv==1.0.1
pillow==10.2.0 # Use specific version
requests==2.31.0 # Use specific version
Flask==3.0.0 # Use specific version
APScheduler==3.10.4 # Add APScheduler
pytz==2025.2
beautifulsoup4==4.13.5