You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
eh-fastapi/requirements.txt

32 lines
427 B

# Web框架
fastapi==0.104.1
uvicorn[standard]==0.24.0
starlette==0.27.0
websockets==12.0
# HTTP客户端
httpx==0.25.2
httpcore==1.0.9
# 异步文件操作
aiofiles==24.1.0
# HTML解析
beautifulsoup4==4.14.0
lxml==6.0.2
soupsieve==2.8
# 模板引擎
Jinja2==3.1.6
MarkupSafe==3.0.3
# 数据验证
pydantic==2.11.9
pydantic_core==2.33.2
# 进度条
tqdm==4.67.1
# 其他依赖
python-multipart==0.0.6
certifi==2025.8.3