refactors to use redis & celery

This commit is contained in:
2025-02-20 19:56:37 +01:00
parent f68ada7204
commit 5994d8ae7b
10 changed files with 427 additions and 154 deletions

View File

@@ -78,6 +78,7 @@ python-dateutil==2.9.0.post0
# pandas
pytz==2025.1
# via pandas
redis==5.0.1
requests==2.32.3
# via -r requirements.in
seaborn==0.13.2
@@ -94,3 +95,4 @@ wtforms==3.2.1
# via
# bootstrap-flask
# flask-wtf
celery==5.3.6