diff --git a/worker/requirements.txt b/worker/requirements.txt index a83e99d..7194d50 100644 --- a/worker/requirements.txt +++ b/worker/requirements.txt @@ -2,4 +2,6 @@ # Python-dotenv for loading environment variables python-dotenv # pymongo for connecting to MongoDB -pymongo \ No newline at end of file +pymongo +# schedule for scheduling tasks +schedule \ No newline at end of file