7 lines
167 B
Plaintext
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 |