Skip to content

Commit 9a04ed6

Browse files
committed
fix: momentary pin diazo to 1.5.0 due to an issue with python 3.8 and importlib usage
1 parent 97d715c commit 9a04ed6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ dependencies = [
4545
"urllib3>=1.12",
4646
]
4747
optional-dependencies.diazo = [
48-
"diazo>=1.0.5",
48+
"diazo==1.5.0",
4949
"lxml>=3.4",
5050
]
5151
optional-dependencies.tests = [
52-
"diazo",
52+
"diazo==1.5.0",
5353
"lxml>=3.4",
5454
"coverage",
5555
"flake8",

0 commit comments

Comments
 (0)