This commit is contained in:
2026-04-15 05:12:46 +09:00
parent bfc5ae12f1
commit 906fe1add3
2 changed files with 32 additions and 7 deletions
+4 -2
View File
@@ -7,10 +7,12 @@ name = "nercone-website"
version = "1.0.0"
requires-python = ">=3.8"
dependencies = [
"httpx",
"websockets",
"rjsmin",
"rcssmin",
"markitdown",
"beautifulsoup4",
"httpx",
"websockets",
"jinja2",
"fastapi",
"uvicorn[standard]"