diff --git a/requirements/edx/base.in b/requirements/edx/base.in index e800204df8..a708fc56ac 100644 --- a/requirements/edx/base.in +++ b/requirements/edx/base.in @@ -35,7 +35,7 @@ celery==3.1.25 # Asynchronous task execution library defusedxml==0.4.1 # XML bomb protection for common XML parsers Django==1.11.16 # Web application framework django-babel-underscore # underscore template extractor for django-babel (internationalization utilities) -django-config-models # Configuration models for Django allowing config management with auditing +django-config-models>=0.2.2 # Configuration models for Django allowing config management with auditing django-cors-headers==2.1.0 # Used to allow to configure CORS headers for cross-domain requests django-countries==4.6.1 # Country data for Django forms and model fields django-crum # Middleware that stores the current request and user in thread local storage