Skip to content

Commit 1ff39d1

Browse files
committed
build: Don't have both a pip and pip-tools requirements file.
pip-tools.txt pins pip and pip-tools to co-compatible versions. We don't need a separate file to track and upgrade pip independently of pip-tools.
1 parent 800a2f9 commit 1ff39d1

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ detect_changed_source_translations: ## check if translation files are up-to-date
6666
i18n_tool changed
6767

6868
pre-requirements: ## install Python requirements for running pip-tools
69-
pip install -r requirements/pip.txt
7069
pip install -r requirements/pip-tools.txt
7170

7271
local-requirements:
@@ -128,9 +127,6 @@ compile-requirements: pre-requirements $(COMMON_CONSTRAINTS_TXT) ## Re-compile *
128127
pip-compile -v ${COMPILE_OPTS} -o requirements/pip-tools.txt requirements/pip-tools.in
129128
pip install -r requirements/pip-tools.txt
130129

131-
pip-compile -v --allow-unsafe ${COMPILE_OPTS} -o requirements/pip.txt requirements/pip.in
132-
pip install -r requirements/pip.txt
133-
134130
@ export REBUILD='--rebuild'; \
135131
for f in $(REQ_FILES); do \
136132
echo ; \

requirements/pip.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

requirements/pip.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)