diff --git a/pyproject.toml b/pyproject.toml index f9fc563..46967dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rapidfuzz>=3.2.0", "pandas>=2.0.3", ] -version = "1.1.0" +version = "1.1.1" [project.urls] Repository = "https://github.com/American-Soccer-Analysis/itscalledsoccer" @@ -38,7 +38,7 @@ Repository = "https://github.com/American-Soccer-Analysis/itscalledsoccer" [project.optional-dependencies] test = [ "types-requests", - "behave", + "pytest", "mypy", "ruff", "mkdocs",