pyproject.toml 308 B

1234567891011121314
  1. [project]
  2. name = "jimeng-ai"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "fastapi>=0.135.1",
  9. "httpx>=0.28.1",
  10. "pydantic>=2.12.5",
  11. "python-dotenv>=1.2.2",
  12. "python-multipart>=0.0.22",
  13. "uvicorn>=0.42.0",
  14. ]