init uv python project

This commit is contained in:
2026-05-15 20:23:47 +08:00
commit 288fb56f53
6 changed files with 232 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "character-roleplay-backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi>=0.136.1",
"uvicorn>=0.47.0",
]