This commit is contained in:
eric
2026-03-24 11:34:35 -05:00
parent cc552d49f0
commit e6eb1c075b
25 changed files with 11949 additions and 180 deletions

View File

@@ -13,7 +13,10 @@ dependencies = [
"distro>=1.9.0",
"tqdm>=4.67.1",
"httpx[http2]>=0.28.1",
"PyExecJS>=1.5.1"
"PyExecJS>=1.5.1",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.32.0",
"psutil>=6.0.0",
]
[project.urls]