1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

Upgrade requests to 2.10.0 to enable optional SOCKS support

Closes #86
This commit is contained in:
Jakub Roztocil
2016-07-02 14:58:34 +02:00
parent 595dc51b2d
commit bfc64bce21
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ tests_require = [
install_requires = [
'requests>=2.3.0',
'requests>=2.10.0',
'Pygments>=1.5'
]