Add schedule package to worker requirements
This commit is contained in:
parent
a106b0932e
commit
29f8e0cdd1
@ -2,4 +2,6 @@
|
|||||||
# Python-dotenv for loading environment variables
|
# Python-dotenv for loading environment variables
|
||||||
python-dotenv
|
python-dotenv
|
||||||
# pymongo for connecting to MongoDB
|
# pymongo for connecting to MongoDB
|
||||||
pymongo
|
pymongo
|
||||||
|
# schedule for scheduling tasks
|
||||||
|
schedule
|
||||||
Loading…
Reference in New Issue
Block a user