working version
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "genai"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi>=0.128.0",
|
||||
"fastapi-sse>=1.1.1",
|
||||
"google-genai>=1.59.0",
|
||||
"jinja2>=3.1.6",
|
||||
"pydantic>=2.12.5",
|
||||
"python-dotenv>=1.2.1",
|
||||
"uvicorn>=0.40.0",
|
||||
]
|
||||
Reference in New Issue
Block a user