init: Initialisation de l'api Python

This commit is contained in:
MLeveque
2025-11-10 09:08:10 +01:00
parent 56fa7c69b6
commit 9bf27b3b74
5 changed files with 769 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "api-interface-kaznautes"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.121.1",
]