mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 00:45:29 +08:00
20 lines
345 B
Plaintext
20 lines
345 B
Plaintext
# DS2API 依赖
|
||
# 安装命令: pip install -r requirements.txt
|
||
|
||
# Web 框架
|
||
fastapi>=0.110.0,<1.0.0
|
||
uvicorn[standard]>=0.24.0,<1.0.0
|
||
|
||
# HTTP 客户端
|
||
curl_cffi>=0.7.0
|
||
httpx>=0.25.0
|
||
|
||
# 模板引擎
|
||
jinja2>=3.1.0,<4.0.0
|
||
|
||
# Tokenizer(用于 token 计数)
|
||
transformers>=4.39.0,<5.0.0
|
||
|
||
# WASM 运行时(用于 PoW 计算)
|
||
wasmtime>=14.0.0
|