加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
罗俊杰 提交于 2023-07-07 16:54 . update
[tool.poetry]
name = "ui-auto-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{ include = "ui_auto_test" }]
[tool.poetry.dependencies]
python = "^3.9"
pytest-playwright = "^0.3.3"
pytest = "^7.3.1"
playwright = "^1.34.0"
pytest-tornasync = "^0.6.0.post2"
pyyaml = "^6.0"
loguru = "^0.7.0"
pytest-trio = "^0.8.0"
faker = "^18.10.1"
pre-commit = "^3.3.2"
requests = "^2.31.0"
pydantic = "^1.10.9"
pycryptodome = "^3.18.0"
openpyxl = "^3.1.2"
allure-pytest = "^2.13.2"
pytest-repeat = "^0.9.1"
mimesis = "^10.1.0"
minio = "^7.1.15"
pytest-rerunfailures = "^11.1.2"
pymysql = "^1.0.3"
requests-toolbelt = "^1.0.0"
jsonpath = "^0.82"
[tool.poetry.group.dev.dependencies]
pylint = "^2.17.4"
types-pyyaml = "^6.0.12.10"
types-openpyxl = "^3.1.0.8"
types-requests = "^2.31.0.1"
allure-python-commons = "^2.13.2"
types-pymysql = "^1.0.19.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 150
include = '\.pyi?$'
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple"
default = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化