Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Aug 18, 2023
1 parent a40fd14 commit 8d6ea03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/windows/scripts/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ set PYTHON_EXE=%PYTHON_DIR%\python.exe
robocopy %PYTHON_DIR% %BUILDING_DIR% /s /NFL /NDL

set CLI_SRC=%REPO_ROOT%\src
%BUILDING_DIR%\python.exe -m pip install --no-warn-script-location --force-reinstall pycparser==2.18
%BUILDING_DIR%\python.exe -m pip install --upgrade --no-warn-script-location setuptools
for %%a in (%CLI_SRC%\azure-cli %CLI_SRC%\azure-cli-core %CLI_SRC%\azure-cli-telemetry) do (
pushd %%a
%BUILDING_DIR%\python.exe -m pip install --no-warn-script-location --no-cache-dir --no-deps .
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ requests-oauthlib==1.2.0
requests[socks]==2.31.0
scp==0.13.2
semver==2.13.0
setuptools
six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ requests-oauthlib==1.2.0
requests[socks]==2.31.0
scp==0.13.2
semver==2.13.0
setuptools
six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ requests-oauthlib==1.2.0
requests[socks]==2.31.0
scp==0.13.2
semver==2.13.0
setuptools
six==1.16.0
sshtunnel==0.1.5
tabulate==0.8.9
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
'PyNaCl~=1.5.0',
'scp~=0.13.2',
'semver==2.13.0',
'setuptools',
'six>=1.10.0', # six is still used by countless extensions
'sshtunnel~=0.1.4',
'urllib3',
Expand Down

0 comments on commit 8d6ea03

Please sign in to comment.