Merge pull request #20932 from edx/feanil/pin_to_minor_instead_of_exact_patch

Don't pin Django to a patch version.
This commit is contained in:
Feanil Patel
2019-07-02 09:38:29 -04:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ boto3==1.4.8 # Amazon Web Services SDK for Python
botocore==1.8.17 # via boto3, s3transfer
celery==3.1.25 # Asynchronous task execution library
defusedxml
Django==1.11.22 # Web application framework
Django<1.12 # Web application framework
django-babel-underscore # underscore template extractor for django-babel (internationalization utilities)
django-config-models>=1.0.0 # 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