Merge pull request 'dev' (#6) from dev into main
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -8,13 +8,16 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.14.2",
|
||||
"cloudscraper>=1.2.71",
|
||||
"playwright>=1.55.0",
|
||||
"regex>=2025.9.18",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
requires = ["uv_build >= 0.9.5, <0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.0.1"
|
||||
@@ -40,6 +43,9 @@ post_commit_hooks = []
|
||||
|
||||
[dependency-groups]
|
||||
test = [
|
||||
"types-pysocks>=1.7.1.20251001",
|
||||
"types-regex>=2025.9.18.20250921",
|
||||
"types-requests>=2.32.4.20250913",
|
||||
"mypy>=1.18.2",
|
||||
"pytest>=8.4.2",
|
||||
"pytest-cov>=7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user