Co-authored-by: TzuWei <tzuwei.huang@ironyun.com> Reviewed-on: #1 Reviewed-by: joy <joy224961632@gmail.com>
11 lines
212 B
TOML
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",
|
|
]
|