Spaces:
Running
Running
File size: 540 Bytes
d0dd276 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[project]
name = "hajimi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"fastapi>=0.115.12",
"google-auth==2.38.0",
"google-cloud-aiplatform==1.86.0",
"google-genai==1.11.0",
"httpx>=0.28.1",
"jinja2>=3.1.6",
"openai==1.76.0",
"pydantic==2.6.1",
"python-dotenv>=1.1.0",
"requests>=2.32.3",
"tzdata>=2025.2",
"uvicorn>=0.34.2",
"xxhash>=0.8.2",
"openai>=1.76.0",
"tzdata",
]
|