18 lines
195 B
Plaintext
18 lines
195 B
Plaintext
# 项目依赖
|
|
|
|
# Web 框架
|
|
Flask==2.0.1
|
|
|
|
# 数据库
|
|
SQLAlchemy==1.4.32
|
|
|
|
# 环境变量管理
|
|
python-dotenv==0.19.2
|
|
|
|
# 工具库
|
|
requests==2.27.1
|
|
pytest==6.2.5
|
|
|
|
# 生产环境
|
|
gunicorn==20.1.0
|