From e8486bd954419baf70b3244eb91f5f796d58aab8 Mon Sep 17 00:00:00 2001 From: Cullen Date: Mon, 3 Jun 2024 00:35:46 -0500 Subject: [PATCH] chore: version --- poetry.lock | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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]