This commit is contained in:
Dev
2025-09-29 20:08:15 +10:00
parent fc085eb77e
commit d305ba4fd3
5 changed files with 831 additions and 4 deletions

View File

@@ -4,10 +4,7 @@ version = "0.1.0"
description = "Poker hand evaluation program"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pytest>=8.4.2",
"scipy>=1.16.2",
]
dependencies = ["pytest>=8.4.2", "scipy>=1.16.2"]
[tool.pytest.ini_options]
testpaths = ["tests"]
@@ -16,5 +13,10 @@ python_files = ["test_*.py"]
[dependency-groups]
dev = [
"coverage>=7.10.7",
"matplotlib>=3.10.6",
"pylsp-rope>=0.1.17",
"pyright>=1.1.405",
"pytest-cov>=7.0.0",
"rope>=1.14.0",
"ruff>=0.13.2",
]