Use Django ap scheduler in place of the sqlalchemy one

This commit is contained in:
sabaimran
2024-04-30 17:43:27 +05:30
committed by Debanjum Singh Solanky
parent 06213ea814
commit eb65532386
4 changed files with 23 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ dependencies = [
"apscheduler ~= 3.10.0",
"pytz ~= 2024.1",
"cron-descriptor == 1.4.3",
"django_apscheduler == 0.6.2",
]
dynamic = ["version"]