This commit is contained in:
2026-04-04 01:58:20 +09:00
parent e5a6206200
commit d514432508
2 changed files with 6 additions and 3 deletions

View File

@@ -7,12 +7,12 @@ name = "nercone-website"
version = "1.0.0"
requires-python = ">=3.8"
dependencies = [
"psutil",
"httpx",
"websockets",
"markitdown",
"fastapi",
"beautifulsoup4",
"jinja2",
"fastapi",
"uvicorn[standard]"
]