Skip to content

Commit

Permalink
📦 Move plugin deps to constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 20, 2024
1 parent 670b7e7 commit 2961ed9
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 912 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ requirements_awx: virtualenv_awx
if [[ "$(PIP_OPTIONS)" == *"--no-index"* ]]; then \
cat requirements/requirements.txt requirements/requirements_local.txt | $(VENV_BASE)/awx/bin/pip install $(PIP_OPTIONS) -r /dev/stdin ; \
else \
cat requirements/requirements.txt requirements/requirements_git.txt | $(VENV_BASE)/awx/bin/pip install $(PIP_OPTIONS) --no-binary $(SRC_ONLY_PKGS) -r /dev/stdin ; \
$(VENV_BASE)/awx/bin/pip install $(PIP_OPTIONS) --no-binary $(SRC_ONLY_PKGS) \
-r requirements/requirements.txt \
-r requirements/requirements_git.txt \
-c requirements/git-constraints.txt ; \
fi
$(VENV_BASE)/awx/bin/pip uninstall --yes -r requirements/requirements_tower_uninstall.txt

Expand Down
74 changes: 0 additions & 74 deletions requirements/README.md

This file was deleted.

77 changes: 0 additions & 77 deletions requirements/django-ansible-base-pinned-version.sh

This file was deleted.

73 changes: 0 additions & 73 deletions requirements/requirements.in

This file was deleted.

Loading

0 comments on commit 2961ed9

Please sign in to comment.