wooyek/django-model-cleanup

View on GitHub
requirements/development.txt

Summary

Maintainability
Test Coverage
# All base dependencies
-r base.txt

# For local development we ween all there is in testing
-r testing.txt

# We want to install (not modifiy PYTHONPATH) local package in editable mode
# pipenv has issues with such installation, we will have to perform it manually
# https://github.com/kennethreitz/pipenv/issues/540
# -e .

# Tooling
-r tooling.txt

# Documentation
-r ../docs/requirements.txt