Files
live-campus-mcs-p-2027.2/Semaine_08/shopflow/pyproject.toml
T
gauvainboiche 3315cb2336 feat: Semaine 8
2026-05-11 09:25:19 +02:00

12 lines
223 B
TOML

[project]
name = "shopflow"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.135.3",
"httpx>=0.28.1",
"uvicorn>=0.44.0",
]