Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "proposal-evaluation" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Aryan Jain <77013565+aryanjain1908@users.noreply.github.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.12" | |
| uvicorn = "^0.34.2" | |
| fastapi = "^0.115.12" | |
| python-dotenv = "^1.1.0" | |
| alembic = "^1.16.1" | |
| asyncpg = "^0.30.0" | |
| loguru = "^0.7.3" | |
| pydantic = "^2.11.5" | |
| aiosqlite = "^0.21.0" | |
| python-multipart = "^0.0.20" | |
| pypdf2 = "^3.0.1" | |
| pymupdf = "^1.26.0" | |
| python-docx = "^1.1.2" | |
| docx2pdf = "^0.1.8" | |
| openpyxl = "^3.1.5" | |
| pandas = "^2.3.0" | |
| numpy = "^2.2.6" | |
| aiofiles = "^24.1.0" | |
| markdown2 = "^2.5.3" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |