Spaces:
Sleeping
Sleeping
| [project] | |
| name = "firermsdata-agent" | |
| version = "0.1.0" | |
| description = "" | |
| authors = [ | |
| {name = "Aryan Jain",email = "77013565+aryanjain1908@users.noreply.github.com"} | |
| ] | |
| requires-python = "3.12.*" | |
| dependencies = [ | |
| "fastapi (>=0.135.1,<0.136.0)", | |
| "uvicorn (>=0.41.0,<0.42.0)", | |
| "loguru (>=0.7.3,<0.8.0)", | |
| "python-dotenv (>=1.2.2,<2.0.0)", | |
| "sqlalchemy (>=2.0.48,<3.0.0)", | |
| "asyncpg (>=0.31.0,<0.32.0)", | |
| "alembic (>=1.18.4,<2.0.0)", | |
| "aiosqlite (>=0.22.1,<0.23.0)", | |
| "pydantic-ai-slim (>=1.67.0,<2.0.0)", | |
| "openai (>=2.26.0,<3.0.0)", | |
| "aiofiles (>=25.1.0,<26.0.0)", | |
| "openpyxl (>=3.1.5,<4.0.0)", | |
| "numpy (>=2.4.3,<3.0.0)", | |
| "streamlit (>=1.55.0,<2.0.0)", | |
| "pandas (<3)", | |
| "plotly (>=6.6.0,<7.0.0)", | |
| "pinecone[asyncio] (>=8.1.0,<9.0.0)", | |
| ] | |
| [build-system] | |
| requires = ["poetry-core>=2.0.0,<3.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |