Skip to content

Commit fa4b610

Browse files
author
Leif Johansson
committed
tie down idna version to avoid request conflict
1 parent 5423515 commit fa4b610

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
idna==2.5
12
defusedxml
23
lxml
34
pyconfig

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version = '0.19dev0'
1212

1313
install_requires = [
14-
'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography'
14+
'idna==2.5', 'defusedxml', 'lxml', 'pyconfig', 'requests', 'cryptography'
1515
]
1616

1717
# Let some other project depend on 'xmlsec[PKCS11]'

0 commit comments

Comments
 (0)