From 92c1ab6ab87ce538314344e960c2893387bcdcc2 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Thu, 16 Nov 2023 14:56:22 -0800 Subject: [PATCH] Fix specification of ACM in requirements.in file Hopefully this will allow pip-compile/dependabot to include the ACM requirements as well. We are security alerts that dependabot can't install, I think because it thinks the django-anvil-consortium-manager repo is private? --- requirements/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.in b/requirements/requirements.in index 603942a5..fa611bc8 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -27,7 +27,7 @@ django-extensions # https://github.com/django-extensions/django-extensions # Bootstrap5 templates for crispy-forms crispy-bootstrap5 # https://github.com/django-crispy-forms/crispy-bootstrap5 -git+https://github.com/UW-GAC/django-anvil-consortium-manager.git@v0.20.1 +django-anvil-consortium-manager @ git+https://github.com/UW-GAC/django-anvil-consortium-manager.git@v0.20.1 # Simple history - model history tracking django-simple-history