exchangeRates / requirements.txt
Hugo-Jiang's picture
Add application file
954be92
raw
history blame contribute delete
272 Bytes
# Web 框架
fastapi==0.109.0
uvicorn[standard]==0.27.0
# HTTP 客户端
httpx==0.26.0
# 定时任务
apscheduler==3.10.4
# 数据验证
pydantic==2.5.3
pydantic-settings==2.1.0
# 配置管理
python-dotenv==1.0.0
# 模板引擎
jinja2==3.1.3
# 日志
loguru==0.7.2