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

@ -2,4 +2,6 @@
# Python-dotenv for loading environment variables
python-dotenv
# pymongo for connecting to MongoDB
pymongo
pymongo
# schedule for scheduling tasks
schedule