Skip to content

Commit

Permalink
Use the latest version of virtualenv/pip for bundled installer
Browse files Browse the repository at this point in the history
We need a version of pip that supports the extras_require
conditional dependencies we now use for whl files.
  • Loading branch information
jamesls committed Jun 12, 2015
1 parent d5bd3bf commit 2649505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-bundle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from contextlib import contextmanager
# the installation process. It is *not* the deps required
# by awscli/botocore.
PACKAGE_VERSION = {
'virtualenv': '1.10.1',
'virtualenv': '13.0.3',
# These packages are included because they are required for
# python2.6, but our normal dependency downloading via pip
# only works if you use python2.6. To fix this issue, we're
Expand Down

0 comments on commit 2649505

Please sign in to comment.