AAII/pyproject.toml
2024-08-13 13:34:40 +08:00

19 lines
383 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"
cachetools = "^5.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"