初始化
This commit is contained in:
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# Web框架
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
|
||||
# HTTP客户端
|
||||
httpx==0.25.1
|
||||
|
||||
# 环境变量管理
|
||||
python-dotenv==1.0.0
|
||||
|
||||
# 数据验证
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# 系统监控
|
||||
psutil==7.1.2
|
||||
|
||||
# 注意:使用Python标准库sqlite3,不引入SQLAlchemy
|
||||
|
||||
Reference in New Issue
Block a user