初始化提交
This commit is contained in:
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# 数据库交互脚本依赖包
|
||||
# 安装命令: pip install -r requirements.txt
|
||||
|
||||
# MySQL 数据库
|
||||
pymysql>=1.0.2
|
||||
|
||||
# MongoDB 数据库
|
||||
pymongo>=4.0.0
|
||||
|
||||
# Redis 数据库
|
||||
redis>=4.0.0
|
||||
|
||||
# PostgreSQL 数据库
|
||||
psycopg2-binary>=2.9.0
|
||||
|
||||
# SQLite 是 Python 内置模块,无需额外安装
|
||||
Reference in New Issue
Block a user