Skip to content

Commit

Permalink
Merge pull request #40 from CZ-NIC/freeze-lxml
Browse files Browse the repository at this point in the history
Freeze lxml version to fix tests
  • Loading branch information
tpazderka authored Feb 27, 2024
2 parents 4a07d99 + 8b7a478 commit ba32052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
zip_safe=False,
include_package_data=True,
install_requires=['zeep @ git+https://github.com/tpazderka/python-zeep.git@signed_parts',
'xmlsec'],
'xmlsec', 'lxml ~= 4.9.3'],
extras_require={'quality': ['isort', 'flake8', 'pydocstyle', 'mypy'],
'tests': ['responses'],
'types': ['types-requests']})

0 comments on commit ba32052

Please sign in to comment.