AAII/pyproject.toml
2024-08-13 00:23:42 +08:00

18 lines
361 B
TOML

[tool.poetry]
name = "aaii"
version = "0.1.0"
description = ""
authors = ["SouthFox <master@southfox.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
google-cloud-aiplatform = "^1.61.0"
fastapi = "^0.112.0"
uvicorn = "^0.30.5"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"