29 lines
519 B
TOML
29 lines
519 B
TOML
[[source]]
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
allure-pytest = "==2.11.1"
|
|
faker = "==15.1.1"
|
|
pandas = "*"
|
|
pymysql = "==1.0.2"
|
|
pytest = "==7.2.0"
|
|
pytest-ordering = "==0.6"
|
|
pytest-rerunfailures = "==11.1"
|
|
pyyaml = "==6.0"
|
|
requests = "==2.28.1"
|
|
click = "==8.1.3"
|
|
urllib3 = "==1.26.12"
|
|
loguru = "==0.6.0"
|
|
openpyxl = "==3.1.0"
|
|
python-jenkins = "*"
|
|
dingtalkchatbot = "1.5.7"
|
|
pydantic = "==1.10.5"
|
|
jsonpath = "==0.82"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|