Files
poker_task1/pyproject.toml
2025-09-23 17:57:38 +08:00

14 lines
264 B
TOML

[project]
name = "poker-emd-task"
version = "0.1.0"
description = "Poker hand evaluation program"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pytest>=8.4.2",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]