chore: initialize UV repository

This commit is contained in:
Kasper
2025-09-26 20:36:06 +02:00
parent 54b22d8023
commit 028ec20043
4 changed files with 658 additions and 0 deletions

9
pyproject.toml Normal file
View File

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