1 Star 0 Fork 0

touchx/poium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
defnngj 提交于 2024-09-03 19:45 +08:00 . version: 1.6.2
[tool.poetry]
name = "poium"
version = "1.6.2"
description = "Page Objects design pattern test library."
authors = ["fnngj <fnngj@126.com>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://seldomqa.github.io"
repository = "https://github.com/SeldomQA/poium"
keywords = ["selenium", "appium", "playwright"]
classifiers = [
'Intended Audience :: Developers',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
]
[tool.poetry.dependencies]
python = ">=3.8"
loguru = "~0.7.0"
appium-python-client = "^4.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "douban"
url = "https://pypi.doubanio.com/simple"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/touchx_admin/poium.git
git@gitee.com:touchx_admin/poium.git
touchx_admin
poium
poium
master

搜索帮助