Spaces:
Sleeping
Sleeping
| # ============================================ | |
| # Novel Scraper - Exact Stable Versions | |
| # Tested & Compatible with Python 3.10 | |
| # ============================================ | |
| # --- Web Framework --- | |
| fastapi==0.110.0 | |
| uvicorn[standard]==0.27.1 | |
| python-multipart==0.0.9 | |
| jinja2==3.1.3 | |
| # --- Browser Automation --- | |
| playwright==1.42.0 | |
| # --- Database (Async PostgreSQL) --- | |
| SQLAlchemy[asyncio]==2.0.28 | |
| asyncpg==0.29.0 | |
| psycopg2-binary==2.9.9 | |
| # --- Environment & Config --- | |
| pydantic==2.6.3 | |
| pydantic-settings==2.2.1 | |
| python-dotenv==1.0.1 | |
| # --- Utilities --- | |
| aiofiles==23.2.1 | |
| httpx==0.27.0 | |
| Pillow==10.2.0 | |
| # --- Translation (Google Translate - Free) --- | |
| deep-translator==1.11.4 | |
| # --- For .epub generation (optional, .txt by default) --- | |
| # ebooklib==0.18 |