From 74fc67ebc9358d20594346cfef4e659e2d43059b Mon Sep 17 00:00:00 2001 From: awtkns <32209255+awtkns@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:27:52 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Initial=20Public=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 14 +++++--------- pyproject.toml | 7 +++++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4579f8a..cd5c8fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,8 +336,10 @@ version = "1.0.6" description = "playwright stealth" optional = false python-versions = ">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [] -develop = false +files = [ + {file = "playwright-stealth-1.0.6.tar.gz", hash = "sha256:b504d951d00fac755c7d13665a29611d415180510bd7d23f14ebc89439ba2043"}, + {file = "playwright_stealth-1.0.6-py3-none-any.whl", hash = "sha256:b1b2bcf58eb6859aa53d42c49b91c4e27b74a6d13fc3d0c85eea513dd55efda3"}, +] [package.dependencies] playwright = "*" @@ -345,12 +347,6 @@ playwright = "*" [package.extras] test = ["pytest"] -[package.source] -type = "git" -url = "https://github.com/AtuboDad/playwright_stealth.git" -reference = "HEAD" -resolved_reference = "43f7433057906945b1648179304d7dbd8eb10874" - [[package]] name = "pluggy" version = "1.4.0" @@ -561,4 +557,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9f05ccff8b1f65d0eec20e7cc3e7b587129f141b00988fa07c79632ccd028d90" +content-hash = "34aaab4972134c30ff6ac3dc3399a1376c566afe9828c011fdcb79a357203b49" diff --git a/pyproject.toml b/pyproject.toml index 37441fa..7486418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,21 @@ [tool.poetry] -name = "harambe" +name = "harambe-sdk" version = "0.5.2" description = "Data extraction SDK for Playwright 🐒🍌" authors = ["awtkns "] readme = "README.md" +packages = [ + { include = "harambe", from = "." }, +] [tool.poetry.dependencies] python = "^3.11" playwright = "^1.39.0" -playwright-stealth = { git = "https://github.com/AtuboDad/playwright_stealth.git" } setuptools = "^69.0.2" beautifulsoup4 = "^4.12.2" requests = "^2.31.0" +playwright-stealth = "^1.0.6" # TODO: self host this package [tool.poetry.group.dev.dependencies] ruff = "^0.2.1"