feat(admin): 添加用户管理相关文件
添加用户管理视图、API和状态管理文件
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# Python测试工具依赖包
|
||||
|
||||
# HTTP客户端
|
||||
requests>=2.31.0
|
||||
httpx>=0.25.0
|
||||
|
||||
# 配置管理
|
||||
pyyaml>=6.0
|
||||
|
||||
# 密码加密
|
||||
bcrypt>=4.0.0
|
||||
|
||||
# 数据库驱动
|
||||
psycopg2-binary>=2.9.0
|
||||
|
||||
# 测试框架
|
||||
pytest>=7.4.0
|
||||
pytest-asyncio>=0.21.0
|
||||
pytest-cov>=4.1.0
|
||||
|
||||
# 代码质量
|
||||
black>=23.0.0
|
||||
flake8>=6.0.0
|
||||
mypy>=1.5.0
|
||||
|
||||
# 工具库
|
||||
python-dotenv>=1.0.0
|
||||
Reference in New Issue
Block a user