add scheduler to generate events, remove hacky workaround

This commit is contained in:
2022-11-25 20:48:16 -05:00
parent 04c8dfb5b4
commit bbd44e9ec6
4 changed files with 24 additions and 3 deletions

View File

@@ -20,6 +20,9 @@ Flask-User==1.0.2.2
# WTForms Extensions
WTForms-SQLAlchemy==0.3.0
# APScheduler automated scheduler
APScheduler==3.9.1.post1
# Python Time packages
pytz==2022.6