Skip to content

Commit 85c4398

Browse files
authored
chore: update django-ansible-base dependency installation (#591)
* add `authentication` feature as an extra for dependency installations
1 parent 98eaec9 commit 85c4398

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

poetry.lock

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ rq-scheduler = "^0.10"
4444
# Experimental LDAP Integration https://issues.redhat.com/browse/AAP-16938
4545
# We are temporarily updating it to use latest from devel branch to keep consistency accross
4646
# other AAP components
47-
django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git" }
47+
django-ansible-base = { git = "https://github.com/ansible/django-ansible-base.git", branch="devel", extras=["authentication"] }
4848
jinja2 = "*"
4949

5050
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)