Add schedule package to worker requirements

This commit is contained in:
yznahmad 2025-06-20 04:13:23 +03:00
parent a106b0932e
commit 29f8e0cdd1

View File

@ -3,3 +3,5 @@
python-dotenv
# pymongo for connecting to MongoDB
pymongo
# schedule for scheduling tasks
schedule