diff --git a/poetry.lock b/poetry.lock index 1485264..de2ace5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2721,4 +2721,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a7d50d87b96d6d72fa8c06457405c28bfc280424ae822b33f41e4f14e8db73b4" +content-hash = "18f4b026a10b97aac4b4ecc6b70f3df7c75fb78aed5f15ac2178b31bb30dde0d" diff --git a/pyproject.toml b/pyproject.toml index 1823bed..d5a58b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "staffspy" -version = "0.1.3" +version = "0.1.4" description = "Staff scraper library for LinkedIn" authors = ["Cullen Watson "] readme = "README.md" @@ -10,6 +10,7 @@ python = "^3.10" selenium = "^4.21.0" pydantic = "^2.7.2" pandas = "^2.2.2" +requests = "^2.32.3" [tool.poetry.group.dev.dependencies]