Skip to content
Snippets Groups Projects
constraints.txt 688 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Herrera's avatar
    Eric Herrera committed
    # Version constraints for pip-installation.
    #
    # This file doesn't install any packages. It specifies version constraints
    # that will be applied if a package is needed.
    #
    # When pinning something here, please provide an explanation of why.  Ideally,
    # link to other information that will help people in the future to remove the
    # pin when possible.  Writing an issue against the offending project and
    # linking to it here is good.
    
    
    # Common constraints for edx repos
    
    -c common_constraints.txt
    
    Eric Herrera's avatar
    Eric Herrera committed
    # TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file.
    
    
    djangorestframework<4
    
    
    # Same as in edx-platform
    django-config-models>=1.0.0