Spaces:
Sleeping
Sleeping
| # Browser automation (DrissionPage - работает через CDP, не требует WebDriver) | |
| DrissionPage>=4.0.0 | |
| # HTTP requests | |
| requests>=2.31.0 | |
| httpx>=0.25.0 | |
| # CBOR encoding/decoding (для Web Portal API) | |
| cbor2>=5.6.0 | |
| # SOCKS proxy support | |
| pysocks>=1.7.1 | |
| aiohttp-socks>=0.8.0 | |
| # Environment variables | |
| python-dotenv>=1.0.0 | |
| # Web application (standalone UI) | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| pydantic>=2.0.0 | |
| websockets>=12.0 | |
| httptools>=0.6.0 | |
| h11>=0.14.0 | |
| anyio>=4.0.0 | |
| # Async file operations (for LLM API) | |
| aiofiles>=23.0.0 | |
| # WebView for manual OAuth (low ban risk) | |
| pywebview>=5.0.0 | |
| # Optional: Playwright (если нужен fallback) | |
| # playwright>=1.40.0 | |