Spaces:
Runtime error
Runtime error
File size: 690 Bytes
ea2eca1 ae1c245 2d84742 ae1c245 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # filename: requirements.txt # Web framework for the health check endpoint and optional UI fastapi uvicorn[standard] # The core asynchronous Telegram client library telethon # High-performance cryptography library used by Telethon for faster encryption cryptg # The official asynchronous driver for connecting to your MongoDB database motor # A library for running scheduled tasks, used for auto-deleting messages apscheduler # A utility to load environment variables from a .env file for easy local development python-dotenv # A standard library for making synchronous HTTP requests (used by the terabox utility) requests # ** RE-ADDED LIBRARY FOR CUSTOM DNS RESOLVER ** dnspython |