| [project] | |
| name = "sheami" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "authlib>=1.6.1", | |
| "dotenv>=0.9.9", | |
| "faker>=37.5.3", | |
| "fastapi>=0.116.1", | |
| "gradio>=5.42.0", | |
| "gradio-modal>=0.0.4", | |
| "itsdangerous>=2.2.0", | |
| "langchain>=0.3.27", | |
| "langchain-openai>=0.3.30", | |
| "langgraph>=0.6.5", | |
| "markdown2>=2.5.4", | |
| "matplotlib>=3.10.5", | |
| "motor>=3.7.1", | |
| "pandas>=2.3.1", | |
| "pdf2image>=1.17.0", | |
| "pdfminer>=20191125", | |
| "plotly>=6.3.0", | |
| "pymongo>=4.14.0", | |
| "pypdf>=6.0.0", | |
| "pytesseract>=0.3.13", | |
| "python-multipart>=0.0.20", | |
| "reportlab>=4.4.3", | |
| "uvicorn>=0.35.0", | |
| "weasyprint>=66.0", | |
| ] | |