Skip to content

Commit e7bd3f0

Browse files
author
Sean Smith
committed
Pin idna version
Signed-off-by: Sean Smith <[email protected]>
1 parent f5921be commit e7bd3f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements26.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pycparser==2.18
2-
paramiko==2.3.3
2+
idna==2.6
3+
paramiko==2.3.3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def read(fname):
3232
# For python2.6 we have to require argparse since it
3333
# was not in stdlib until 2.7.
3434
requires.append('argparse>=1.4')
35+
requires.append('idna==2.6')
3536
requires.append('paramiko==2.3.3')
3637
requires.append('pycparser==2.18')
3738
else:

0 commit comments

Comments
 (0)