uv - chat-rest-server

This commit is contained in:
2025-05-29 10:20:24 +02:00
parent f421a8abd6
commit 7bfca82f33
12 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "rest-chat-server"
version = "0.0.1"
description = "Chat Server mit REST"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"falcon>=4.0.2",
]