Files
ds2api/requirements.txt

20 lines
345 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.
# 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