28 lines
410 B
Plaintext
Executable File
28 lines
410 B
Plaintext
Executable File
# 数据库操作
|
|
psycopg2-binary>=2.9.5
|
|
|
|
# 加密模块
|
|
pycryptodome>=3.18.0
|
|
cryptography>=41.0.5
|
|
gmpy2>=2.2.0a1
|
|
|
|
# 数据处理
|
|
openpyxl>=3.1.2
|
|
pandas>=2.1.0
|
|
|
|
# 环境变量管理
|
|
python-dotenv>=1.0.0
|
|
|
|
# 日志和命令行
|
|
argparse>=1.4.0
|
|
|
|
# API相关新增依赖
|
|
fastapi>=0.95.2
|
|
uvicorn>=0.22.0
|
|
python-jose>=3.3.0
|
|
passlib>=1.7.4
|
|
python-multipart>=0.0.6
|
|
werkzeug>=2.3.7
|
|
|
|
# 邮箱验证
|
|
email_validator>=2.2.0 |