Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
- libssl-dev
- libffi-dev
- python-dev
install: pip install --upgrade pip tox six~=1.12.0
install: pip install --upgrade pip tox six
cache: pip
jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612
'pyyaml',
'requests~=2.20',
'six~=1.12',
Comment thread
haroldrandom marked this conversation as resolved.
'six',
'wheel==0.30.0',
'azure-mgmt-resource~=4.0',
]
Expand Down