Skip to content

Commit

Permalink
🎉 Initial Public Release
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Feb 13, 2024
1 parent 6292e1a commit 74fc67e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
14 changes: 5 additions & 9 deletions poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
[tool.poetry]
name = "harambe"
name = "harambe-sdk"
version = "0.5.2"
description = "Data extraction SDK for Playwright 🐒🍌"
authors = ["awtkns <[email protected]>"]
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"
Expand Down

0 comments on commit 74fc67e

Please sign in to comment.