添加项目基础结构和配置文件
This commit is contained in:
17
requirements.txt
Normal file
17
requirements.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# 项目依赖
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user