reduced requirement to 3.8

This commit is contained in:
Peter Taylor 2021-12-18 02:51:52 +00:00
parent 0f645f1923
commit ad16ad647a
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View file

@ -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 = [

View file

@ -6,7 +6,7 @@ authors = ["Peter Taylor <me@et1.uk>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
requests = "beautifulsoup4"
beautifulsoup4 = "^4.10.0"
tqdm = "^4.62.3"