20 lines
377 B
TOML
20 lines
377 B
TOML
[tool.poetry]
|
|
name = "agent-media"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Francwa <francois.hodiaumont@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
dotenv = "^0.9.9"
|
|
requests = "^2.32.5"
|
|
fastapi = "^0.121.1"
|
|
pydantic = "^2.12.4"
|
|
uvicorn = "^0.38.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|