diff --git a/poetry.lock b/poetry.lock index 68148ad..59de930 100644 --- a/poetry.lock +++ b/poetry.lock @@ -105,8 +105,8 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" -python-versions = "^3.10" -content-hash = "c4579afeecd957dc271da7282c523c619640819471bde1ca4c41228d0521932c" +python-versions = "^3.8" +content-hash = "85116392533f4502d4bf49f374ac8eae9bbaba065e1c374f0140f8a051d50ce3" [metadata.files] beautifulsoup4 = [ diff --git a/pyproject.toml b/pyproject.toml index b021427..0c7901f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Peter Taylor "] license = "MIT" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.8" requests = "beautifulsoup4" beautifulsoup4 = "^4.10.0" tqdm = "^4.62.3"