Skip to content

Commit bc6ce24

Browse files
committed
Increased the minimum version of pip to 6.1.1 -- 6.0 doesn't seem to deal well with virtualenv with --system-site-packages.
- Legacy-Id: 12193
1 parent 38245c6 commit bc6ce24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mock>=2.0.0
2222
MySQL-python>=1.2.5
2323
pathlib>=1.0
2424
Pillow>=3.0
25-
pip>=6.0
25+
pip>=6.1.1
2626
pyang>=1.6
2727
pyflakes>=0.8.1
2828
pyquery>=1.2.13,!=1.2.14 # Pyqyery 1.2.14 fails on some selectors or stacked selectors

0 commit comments

Comments
 (0)