Files
gate_scout_order/gate_order_executor/requirements.txt
T
2026-05-20 00:17:20 +08:00

11 lines
329 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
fastapi>=0.110,<1
uvicorn[standard]>=0.27,<1
httpx>=0.27,<1
# 使用 SOCKS 代理时再装:pip install socksio(与扫描端 httpx[socks] 一致)
pydantic>=2.6,<3
# Python 3.9Pydantic 解析 `float | None` 等 3.10 联合类型注解时需要
eval-type-backport>=0.2,<1
PyYAML>=6.0,<7
jinja2>=3.1,<4
itsdangerous>=2.2,<3