Spaces:
Runtime error
Runtime error
| # 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 | |