pytest-test/pyproject.toml
tzuwei-huang f639c0b96a feat: sample of ci intergration (#1)
Co-authored-by: TzuWei <tzuwei.huang@ironyun.com>
Reviewed-on: #1
Reviewed-by: joy <joy224961632@gmail.com>
2025-09-05 00:36:28 +09:00

11 lines
212 B
TOML

[project]
name = "pytest-test"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"pytest>=8.4.1",
"pytest-html>=4.1.1",
"python-dotenv>=1.1.1",
]