Skip to content

Commit

Permalink
🆙 Remove playwright dep from core
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Dec 8, 2024
1 parent a192a34 commit ef06f41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 110 deletions.
5 changes: 2 additions & 3 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "harambe-core"
version = "0.53.0"
version = "0.54.0"
description = "Core types for harambe SDK 🐒🍌"
authors = [
{ name = "Adam Watkins", email = "[email protected]" }
Expand All @@ -9,11 +9,10 @@ requires-python = ">=3.11,<4.0"
readme = "README.md"
dependencies = [
"pydantic==2.9.2",
"playwright==1.47.0",
"dateparser==1.2.0",
"email-validator==2.2.0",
"phonenumbers==8.13.47",
"python-slugify>=8.0.4",
"python-slugify==8.0.4",
]

[tool.uv]
Expand Down
68 changes: 5 additions & 63 deletions core/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
[project]
name = "harambe-sdk"
version = "0.53.0"
version = "0.54.0"
description = "Data extraction SDK for Playwright 🐒🍌"
authors = [
{ name = "Adam Watkins", email = "[email protected]" }
]
requires-python = ">=3.11,<4.0"
readme = "README.md"
dependencies = [
"harambe_core==0.53.0",
"pydantic==2.9.2",
"harambe_core==0.54.0",
"playwright==1.47.0",
"setuptools==73.0.0",
"beautifulsoup4==4.12.3",
"dateparser==1.2.0",
"requests==2.32.3",
"playwright-stealth==1.0.6",
"aiohttp==3.10.10",
"email-validator==2.2.0",
"phonenumbers==8.13.47",
"curl-cffi==0.7.3",
"ua-generator==1.0.5",
"python-slugify>=8.0.4",
"markdownify==0.14.1",
]

[tool.uv]
dev-dependencies = [
"ruff==0.8.2",
"mypy==1.11.1",
"types-dateparser==1.2.0.20240420",
"pytest==8.3.4",
"pytest-cov==4.1.0",
"pytest-asyncio==0.21.2",
Expand Down
36 changes: 1 addition & 35 deletions sdk/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef06f41

Please sign in to comment.