1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Install requests[socks] by default for out of the box SOCKS support

Close #904
This commit is contained in:
Jakub Roztocil
2020-06-19 00:56:05 +02:00
parent 978aace86c
commit 55d7af86fd
3 changed files with 3 additions and 9 deletions

View File

@ -37,6 +37,7 @@ tests_require = [
install_requires = [
'requests>=2.22.0',
'requests[socks]>=2.22.0',
'Pygments>=2.5.2',
]
install_requires_win_only = [