File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66 @echo " ---------------------------"
77 @echo " - Installing dependencies -"
88 @echo " ---------------------------"
9- python -m pip install pip-tools
9+ python -m pip install " pip<22 " pip-tools
1010 python -m piptools sync requirements.txt docs/requirements.txt requirements-dev.txt
1111 pre-commit install
1212
Original file line number Diff line number Diff line change 11-c requirements.txt
22-c docs/requirements.txt
33
4+ pip<22
5+
46pre-commit
57pytest
68pytest-cookies
Original file line number Diff line number Diff line change @@ -133,3 +133,7 @@ urllib3==1.26.7
133133 # requests
134134virtualenv == 20.9.0
135135 # via pre-commit
136+
137+ # The following packages are considered to be unsafe in a requirements file:
138+ pip == 21.3.1
139+ # via -r requirements-dev.in
You can’t perform that action at this time.
0 commit comments