Initial commit

This commit is contained in:
Joan
2026-02-22 12:56:42 +01:00
commit 50eb4f7eca
11 changed files with 3455 additions and 0 deletions

7
app/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
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
newrelic-telemetry-sdk==0.8.0