首次上传

This commit is contained in:
dekun
2026-05-16 22:25:48 +08:00
commit 2b8f902548
88 changed files with 16386 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
fastapi>=0.110,<1
uvicorn[standard]>=0.27,<1
httpx>=0.27,<1
# 使用 SOCKS 代理时再装:pip install socksio(与扫描端 httpx[socks] 一致)
pydantic>=2.6,<3
PyYAML>=6.0,<7
jinja2>=3.1,<4
itsdangerous>=2.2,<3