Spaces:
Runtime error
Runtime error
| # Web Framework | |
| fastapi==0.115.12 | |
| uvicorn==0.34.0 | |
| python-multipart==0.0.20 | |
| jinja2==3.1.6 | |
| aiohttp==3.11.16 | |
| # Database | |
| sqlalchemy==2.0.40 | |
| alembic==1.15.2 | |
| psycopg2-binary==2.9.10 | |
| mysqlclient==2.2.7 | |
| pymysql==1.1.1 | |
| # Authentication | |
| python-jose==3.3.0 | |
| passlib==1.7.4 | |
| bcrypt==4.0.1 # Using 4.0.1 to avoid the attribute error | |
| # AI & ML | |
| langchain==0.3.23 | |
| langchain-community==0.3.21 | |
| langchain-google-genai==2.0.10 | |
| langchain-openai==0.3.12 | |
| google-generativeai==0.8.4 | |
| openai==1.73.0 | |
| langgraph==0.3.27 | |
| langsmith==0.3.30 | |
| # Computer Vision | |
| tensorflow==2.19.0 | |
| tensorflow_hub==0.16.1 | |
| pillow==11.1.0 | |
| opencv-python==4.11.0.86 | |
| pytesseract==0.3.13 | |
| # Data Processing | |
| pandas==2.2.3 | |
| numpy==2.1.1 | |
| # Web Search & Data Collection | |
| wikipedia==1.4.0 | |
| duckduckgo_search==8.0.0 | |
| beautifulsoup4==4.13.3 | |
| # Utilities | |
| python-dotenv==1.1.0 | |
| pydantic==2.11.3 | |
| pydantic-settings==2.8.1 | |
| requests==2.32.3 | |
| tqdm==4.67.1 | |
| # Testing | |
| pytest==8.3.5 | |
| pytest-cov==6.1.1 | |