Allow installation on Python 3.8.

This commit is contained in:
Chris Berkhout 2021-10-05 13:28:48 +02:00
parent 336b2c3461
commit 2249917494
2 changed files with 169 additions and 150 deletions

View file

@ -14,7 +14,7 @@ include = [
]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
requests = "^2.25.1"
lxml = "^4.6.2"
cssselect = "^1.1.0"