diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-15 17:29:55 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-15 17:29:55 +0100 |
commit | 9afd5f5c5d4caa9f2beb1563c458cad692e99d5d (patch) | |
tree | 5ff7f7940abf0af5ff41df7975f2c5b773be7619 /requirements.txt | |
parent | 22b15bb3256cb33d7802bfdfd79027111743d78a (diff) | |
download | git-deps-9afd5f5c5d4caa9f2beb1563c458cad692e99d5d.tar.gz |
Ensure we have a modern pip
For some utterly moronic reason, something somewhere in the
stack (e.g. tox or pip) keeps insisting on installing an ancient pip
version 7 which fails in other depressing ways, so force it to not be
idiotic.
*rage*
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index dc78b65..a78b6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ +pip >= 10.0.1 pygit2 >= 0.27.0 flask |