Skip to content

Commit 50714b5

Browse files
committed
Allow newer versions of requests-toolbelt
1 parent 18a2f45 commit 50714b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version():
4040
'netaddr>=0.7.14',
4141
'paramiko>=1.15.2',
4242
'requests>=2.6.0',
43-
'requests_toolbelt==0.7.1',
43+
'requests_toolbelt>=0.7.1',
4444
'netifaces==0.10.9',
4545
'dnspython3==1.15.0',
4646
'Mako',

0 commit comments

Comments
 (0)