update socket config

This commit is contained in:
xiao.xiong
2025-10-20 00:10:34 +08:00
parent 3bc581721d
commit baa8b9913d
5 changed files with 321 additions and 2 deletions

View File

@@ -4,4 +4,8 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"fastapi>=0.119.0",
"httpx>=0.28.1",
"uvicorn>=0.38.0",
]