pyproject.toml 406 B

1234567891011121314151617181920
  1. [project]
  2. name = "appsmith-nachbau"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.13"
  7. dependencies = [
  8. "fastapi[standard]>=0.95",
  9. "uvicorn[standard]>=0.22",
  10. "Jinja2>=3.1",
  11. "SQLAlchemy>=2.0",
  12. "alembic>=1.11",
  13. "ldap3>=2.9",
  14. "python-docx>=0.8",
  15. "openpyxl>=3.1",
  16. "pandas>=2.0",
  17. "python-multipart>=0.0.6",
  18. "pyodbc>=4.0",
  19. "aiofiles>=23.1",
  20. ]