Spaces:
Configuration error
Configuration error
| [project] | |
| name = "backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "asyncpg>=0.31.0", | |
| "beautifulsoup4>=4.14.3", | |
| "fastapi>=0.124.4", | |
| "markdown>=3.10", | |
| "openai>=2.11.0", | |
| "passlib[bcrypt]>=1.7.4", | |
| "psycopg2-binary>=2.9.11", | |
| "pydantic[email]>=2.12.5", | |
| "pydantic-settings>=2.12.0", | |
| "python-dotenv>=1.2.1", | |
| "python-jose[cryptography]>=3.5.0", | |
| "qdrant-client>=1.16.2", | |
| "sqlalchemy>=2.0.45", | |
| "uvicorn>=0.38.0", | |
| "requests>=2.32.5", | |
| ] | |