ironGym/worker/requirements.txt

7 lines
167 B
Plaintext

# requirements.txt
# Python-dotenv for loading environment variables
python-dotenv
# pymongo for connecting to MongoDB
pymongo
# schedule for scheduling tasks
schedule