Skip to content

Commit

Permalink
Merge pull request #42 from CZ-NIC/xmlsec-blacklist
Browse files Browse the repository at this point in the history
Blacklist broken xmlsec
  • Loading branch information
tpazderka authored Apr 22, 2024
2 parents bb4e43b + 080556a commit fce8abd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
zip_safe=False,
include_package_data=True,
install_requires=['zeep @ git+https://github.com/tpazderka/python-zeep.git@signed_parts',
'xmlsec', 'lxml ~= 4.9.3'],
'xmlsec != 1.3.14',
'lxml ~= 4.9.3'],
extras_require={'quality': ['isort', 'flake8', 'pydocstyle', 'mypy'],
'tests': ['responses'],
'types': ['types-requests']})

0 comments on commit fce8abd

Please sign in to comment.