some refactors

This commit is contained in:
Barrett Ruth 2025-10-03 14:34:49 -04:00
parent fea9835436
commit 1520939d4b
5 changed files with 249 additions and 163 deletions

View file

@ -8,6 +8,7 @@ dependencies = [
"backoff>=2.2.1",
"beautifulsoup4>=4.13.5",
"curl-cffi>=0.13.0",
"ndjson>=0.3.1",
"playwright>=1.55.0",
"requests>=2.32.5",
"scrapling[fetchers]>=0.3.5",
@ -22,6 +23,7 @@ dev = [
"pytest>=8.0.0",
"pytest-mock>=3.12.0",
"pre-commit>=4.3.0",
"basedpyright>=1.31.6",
]
[tool.pytest.ini_options]