| 1234567891011121314151617181920212223 |
- [project]
- name = "reisacher-forderung"
- version = "0.1.0"
- description = "Reisacher Forderungsmanagement 2.0"
- readme = "README.md"
- requires-python = ">=3.13"
- dependencies = [
- "fastapi[standard]>=0.95",
- "uvicorn[standard]>=0.22",
- "Jinja2>=3.1",
- "SQLAlchemy>=2.0",
- "alembic>=1.11",
- "ldap3>=2.9",
- "python-docx>=0.8",
- "openpyxl>=3.1",
- "pandas>=2.0",
- "python-multipart>=0.0.6",
- "pyodbc>=4.0",
- "aiofiles>=23.1",
- "python-dotenv>=1.2.1",
- "docxtpl>=0.20.2",
- "imap-tools>=1.12.1",
- ]
|