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

Install django-multiselectfield

parent c2305f68
No related branches found
No related tags found
1 merge request!759Resolve "[OAuth] Allow limiting scopes per application"
......@@ -137,6 +137,7 @@ INSTALLED_APPS = [
"django_filters",
"oauth2_provider",
"rest_framework",
"multiselectfield",
]
merge_app_settings("INSTALLED_APPS", INSTALLED_APPS, True)
......
This diff is collapsed.
......@@ -113,6 +113,7 @@ Whoosh = "^2.7.4"
django-titofisto = "^0.1.0"
haystack-redis = "^0.0.1"
python-gnupg = "^0.4.7"
django-multiselectfield = "^0.1.12"
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
......
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