Skip to content
Snippets Groups Projects
Commit baa17834 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add optionaldependency on django-auth-ldap.

Advances #23.
parent 1924c458
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,11 @@ django-sass-processor = "^0.7.3"
libsass = "^0.19.2"
colour = "^0.1.5"
dynaconf = {version = "^2.0", extras = ["yaml", "toml", "ini"]}
django-auth-ldap = { version = "^2.0", optional = true }
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
[tool.poetry.dev-dependencies]
sphinx = "^2.1"
sphinxcontrib-django = "^0.5.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment