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

11 lines
217 B
TOML

[project]
name = "orderflow"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.135.3",
"kafka-python>=2.0.0",
]