-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (44 loc) · 1022 Bytes
/
Copy pathpyproject.toml
File metadata and controls
47 lines (44 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "pytest-framework"
version = "1.0.0"
description = "现代化接口测试自动化框架 - 功能强大、易于扩展的Python接口测试框架"
authors = ["ljxpython <1030470148@qq.com>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.32.3"
black = "^24.8.0"
isort = "^5.13.2"
pre-commit = "^3.8.0"
dynaconf = "^3.2.6"
loguru = "^0.7.2"
pyyaml = "^6.0.2"
pytest = "^8.3.3"
assertpy = "^1.1"
click = "^8.1.7"
faker = "^29.0.0"
jmespath = "^1.0.1"
jsonpath-ng = "^1.6.1"
numpy = "^2.1.1"
pandas = "^2.2.3"
polling2 = "^0.5.0"
pytest-ordering = "^0.6"
pytest-repeat = "^0.9.3"
pytest-rerunfailures = "^14.0"
pytest-xdist = "^3.6.1"
retry = "^0.9.2"
allure-pytest = "^2.13.5"
humps = "^0.2.2"
adb-shell = "^0.4.4"
peewee = "^3.17.6"
pymysql = "^1.1.1"
flake8 = "^7.0.0"
mypy = "^1.11.0"
pytest-cov = "^5.0.0"
safety = "^3.0.0"
bandit = "^1.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"