feat(scheduler): implement scheduler service for background tasks and credit refills; add endpoints for admin control
This commit is contained in:
@@ -6,6 +6,7 @@ authors = [{ name = "quaik8", email = "quaik8@gmail.com" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"apscheduler==3.11.0",
|
||||
"authlib==1.6.0",
|
||||
"flask==3.1.1",
|
||||
"flask-cors==6.0.1",
|
||||
|
||||
Reference in New Issue
Block a user