Add django-test-migrations package

This commit is contained in:
Oliver Walters 2021-02-03 23:16:00 +11:00
parent 79ddea50f5
commit 1d317b1ecb

View File

@ -29,6 +29,7 @@ django-debug-toolbar==2.2 # Debug / profiling toolbar
django-admin-shell==0.1.2 # Python shell for the admin interface
django-money==1.1 # Django app for currency management
certifi # Certifi is (most likely) installed through one of the requirements above
django-error-report==0.2.0 # Error report viewer for the admin interface
django-error-report==0.2.0 # Error report viewer for the admin interface
django-test-migrations==1.1.0 # Unit testing for database migrations
inventree # Install the latest version of the InvenTree API python library