08ea5fbe98
添加用户管理视图、API和状态管理文件
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
# 核心依赖
|
|
requests==2.31.0
|
|
httpx==0.25.0
|
|
pytest==7.4.0
|
|
allure-pytest==2.13.2
|
|
pyyaml==6.0.1
|
|
python-dotenv==1.0.0
|
|
click==8.1.6
|
|
jinja2==3.1.2
|
|
|
|
# 开发依赖
|
|
pytest-cov==4.1.0
|
|
black==23.12.0
|
|
flake8==6.1.0
|
|
mypy==1.7.0
|