Allow installation on Python 3.8.
This commit is contained in:
parent
336b2c3461
commit
2249917494
2 changed files with 169 additions and 150 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue