Skip to content

Commit

Permalink
{Packaging} Remove PyYAML and Pygments requirements (#12869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Apr 7, 2020
1 parent a29b6a8 commit 440f8a3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
'pkginfo',
'PyJWT',
'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612
'pyyaml~=5.2',
'requests~=2.20',
'six~=1.12',
'wheel==0.30.0',
Expand Down
2 changes: 0 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,11 @@ paramiko==2.6.0
pbr==5.3.1
portalocker==1.4.0
pycparser==2.19
Pygments==2.4.2
PyJWT==1.7.1
PyNaCl==1.3.0
pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
PyYAML==5.3
requests==2.22.0
requests-oauthlib==1.2.0
scp==0.13.2
Expand Down
2 changes: 0 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,11 @@ paramiko==2.6.0
pbr==5.3.1
portalocker==1.4.0
pycparser==2.19
Pygments==2.4.2
PyJWT==1.7.1
PyNaCl==1.3.0
pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
PyYAML==5.3
requests==2.22.0
requests-oauthlib==1.2.0
scp==0.13.2
Expand Down
2 changes: 0 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ paramiko==2.6.0
pbr==5.3.1
portalocker==1.2.1
pycparser==2.19
Pygments==2.4.2
PyJWT==1.7.1
PyNaCl==1.3.0
pyOpenSSL==19.0.0
Expand All @@ -115,7 +114,6 @@ pyreadline==2.1
python-dateutil==2.8.0
pytz==2019.1
pywin32==225
PyYAML==5.3
requests==2.22.0
requests-oauthlib==1.2.0
scp==0.13.2
Expand Down
2 changes: 0 additions & 2 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@
'knack==0.7.0rc1',
'mock~=4.0',
'paramiko>=2.0.8,<3.0.0',
'pygments~=2.4',
'pyOpenSSL>=17.1.0',
'pytz==2019.1',
'pyyaml~=5.2',
'requests~=2.22',
'scp~=0.13.2',
'six~=1.12',
Expand Down

0 comments on commit 440f8a3

Please sign in to comment.