Skip to content

Commit

Permalink
{Packaging} Add SOCKS Proxy Support to az cli
Browse files Browse the repository at this point in the history
Add the extra `[socks]` require for requests to add socks libraries to the
dependancies.

Signed-off-by: Graham Hayes <[email protected]>
  • Loading branch information
grahamhayes committed Jul 20, 2021
1 parent 1f4a0ea commit c550bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ python-dateutil==2.8.0
pytz==2019.1
pywin32==300
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
Expand Down

0 comments on commit c550bcd

Please sign in to comment.