uv - chat-rest-server
This commit is contained in:
9
rest_chat_server/pyproject.toml
Normal file
9
rest_chat_server/pyproject.toml
Normal 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",
|
||||
]
|
Reference in New Issue
Block a user