Add support for cron expressions for scheduling timer functions

This commit is contained in:
Peter Stockings
2025-11-27 15:51:15 +11:00
parent f3c2664b31
commit 3f9fa79515
7 changed files with 152 additions and 44 deletions

View File

@@ -11,4 +11,5 @@ requests==2.26.0
Flask-Login==0.6.3
python-dotenv==1.0.1
aiohttp==3.11.12
flask-apscheduler==1.13.1
flask-apscheduler==1.13.1
croniter>=2.0.0