init uv python project
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user