Skip to content

Commit f3655f8

Browse files
author
Peter Amstutz
committed
Move version constraint on requests back to 2.4.3 (ships with debian 8)
1 parent 9be7ad8 commit f3655f8

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
@@ -48,7 +48,7 @@
4848
include_package_data=True,
4949
install_requires=[
5050
'setuptools',
51-
'requests >= 2.12.4',
51+
'requests >= 2.4.3',
5252
'ruamel.yaml >= 0.12.4, < 0.15',
5353
'rdflib >= 4.2.2, < 4.3.0',
5454
'shellescape >= 3.4.1, < 3.5',

0 commit comments

Comments
 (0)