Skip to content

Commit e291bc8

Browse files
dwillisclaude
andcommitted
chore: move playwright to runtime deps, bump version to 1.0.0
Match now requires playwright at runtime (Playwright WebKit replaces the 403'd ESPN engine API). Bump to 1.0.0 to signal the breaking Match(match_id, series_id) signature change. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 72c77d8 commit e291bc8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]
6+
build-backend = "setuptools.build_meta"
7+
8+
[project]
9+
name = "python-espncricinfo"
10+
version = "1.0.0"
11+
description = "ESPNCricInfo API client"
12+
requires-python = ">=3.8"
13+
dependencies = ["requests", "bs4", "dateparser", "lxml", "playwright>=1.48.0"]
14+
15+
[project.optional-dependencies]
16+
dev = []
17+
18+
[dependency-groups]
19+
dev = [
20+
"playwright>=1.48.0",
21+
]

0 commit comments

Comments
 (0)