AAII/pyproject.toml

19 lines
361 B
TOML
Raw Normal View History

2024-08-12 18:23:42 +02:00
[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"