pin pip-tools for now

a new version of pip-tools changed the format of dependency annotations
in generated requirements.txt files

we should probably change to the new format at some point, but maybe
*after* we merge a few of our long-running branches that touch these
files (otherwise, managing conflicts could be pretty hellish)
This commit is contained in:
Ryan Petrello 2021-01-05 10:45:40 -05:00
parent c6e61395f5
commit f40ee7ca15
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -21,7 +21,7 @@ _cleanup() {
install_deps() {
pip install pip --upgrade
pip install pip-tools
pip install "pip-tools==5.4.0" # see https://github.com/jazzband/pip-tools/pull/1237
}
generate_requirements_v3() {