chore: moving modal-config to constraints.txt (#27710)

This commit is contained in:
Awais Jibran
2021-05-25 12:09:37 +05:00
committed by GitHub
parent 38f7dac02b
commit 1fb0ed58bb
5 changed files with 7 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ PyJWT[crypto]<2.0.0
# social-auth-core>=4.0.0 requires PYJWT>=2.0.0
social-auth-core<4.0.0
# We do not support version django-config-models<1.0.0
django-config-models>=1.0.0
# The CORS_ORIGIN_WHITELIST changes in a backwards incompatible way in 3.0.0, needs matching configuration repo changes
django-cors-headers<3.0.0
@@ -35,7 +38,6 @@ django-countries==5.5
# django-storages version 1.9 drops support for boto storage backend.
django-storages<1.9
# The team that owns this package will manually bump this package rather than having it pulled in automatically.
# This is to allow them to better control its deployment and to do it in a process that works better
# for them.

View File

@@ -44,7 +44,7 @@ Django # Web application framework
django-appconf
django-celery-results # Only used for the CacheBackend for celery results
django-cookies-samesite # Middleware which allows SameSite=None flag for session and csrf cookies in Django<3.0.5
django-config-models>=1.0.0 # Configuration models for Django allowing config management with auditing
django-config-models # Configuration models for Django allowing config management with auditing
django-cors-headers # Used to allow to configure CORS headers for cross-domain requests
django-countries # Country data for Django forms and model fields
django-crum # Middleware that stores the current request and user in thread local storage

View File

@@ -170,6 +170,7 @@ django-classy-tags==2.0.0
# via django-sekizai
django-config-models==2.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.in
# edx-enterprise
# edx-event-routing-backends

View File

@@ -237,6 +237,7 @@ django-classy-tags==2.0.0
# django-sekizai
django-config-models==2.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/testing.txt
# edx-enterprise
# edx-event-routing-backends

View File

@@ -226,6 +226,7 @@ django-classy-tags==2.0.0
# django-sekizai
django-config-models==2.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# edx-enterprise
# edx-event-routing-backends