changeset 8339:65b0d79ff293

setup: install pip in virtualenv to make sure we have the latest version Older versions are good enough for bootstrapping (and might also be good for everything else) but gives: WARNING: You are using pip version 19.3.1; however, version 20.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. The user might still get this warning initially, but then it goes away ...
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 10 Apr 2020 16:54:50 +0200
parents d1f29e8afc42
children bf85e6018daa
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Apr 10 17:23:44 2020 +0200
+++ b/setup.py	Fri Apr 10 16:54:50 2020 +0200
@@ -72,6 +72,7 @@
     "paginate >= 0.5, < 0.6",
     "paginate_sqlalchemy >= 0.3.0, < 0.4",
     "bcrypt >= 3.1.0, < 3.2",
+    "pip >= 20.0, < 999",
 ]
 
 dependency_links = [