update pkgs
This commit is contained in:
@@ -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"]
|
||||
@@ -15,6 +12,13 @@ python_files = ["test_*.py"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"coverage>=7.10.7",
|
||||
"pytest-cov>=7.0.0",
|
||||
"coverage>=7.10.7",
|
||||
"pytest-cov>=7.0.0",
|
||||
"pylsp-rope>=0.1.17",
|
||||
"pyright>=1.1.407",
|
||||
"rope>=1.14.0",
|
||||
"ruff>=0.14.2",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
unfixable = ["F401"]
|
||||
|
||||
Reference in New Issue
Block a user