diff --git a/apps/ingest/fixtures/ptiffs/00000001.tiff b/apps/ingest/fixtures/ptiffs/00000001.tiff
deleted file mode 100644
index 02bd5b17..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000001.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000002.tiff b/apps/ingest/fixtures/ptiffs/00000002.tiff
deleted file mode 100644
index 00c4bb52..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000002.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000003.tiff b/apps/ingest/fixtures/ptiffs/00000003.tiff
deleted file mode 100644
index 49af719d..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000003.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000004.tiff b/apps/ingest/fixtures/ptiffs/00000004.tiff
deleted file mode 100644
index c125c63e..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000004.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000005.tiff b/apps/ingest/fixtures/ptiffs/00000005.tiff
deleted file mode 100644
index db68c431..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000005.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000006.tiff b/apps/ingest/fixtures/ptiffs/00000006.tiff
deleted file mode 100644
index 919c5930..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000006.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000007.tiff b/apps/ingest/fixtures/ptiffs/00000007.tiff
deleted file mode 100644
index 616b8fe8..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000007.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000008.tiff b/apps/ingest/fixtures/ptiffs/00000008.tiff
deleted file mode 100644
index 7dc4c67b..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000008.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000009.tiff b/apps/ingest/fixtures/ptiffs/00000009.tiff
deleted file mode 100644
index 5f58f77f..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000009.tiff and /dev/null differ
diff --git a/apps/ingest/fixtures/ptiffs/00000010.tiff b/apps/ingest/fixtures/ptiffs/00000010.tiff
deleted file mode 100644
index 1ae8a3ce..00000000
Binary files a/apps/ingest/fixtures/ptiffs/00000010.tiff and /dev/null differ
diff --git a/requirements/base.txt b/requirements/base.txt
index ed49788e..ab19d384 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -40,7 +40,7 @@ django-compressor
 django-sass-processor
 
 # Django rules for PyLint
-pylint-django==2.5.3
+pylint-django==2.5.5
 
 # Wagtail
 wagtail==4.2.4
@@ -51,11 +51,11 @@ wagtail-cache==2.3.0
 
 # Import/Export
 django-import-export==2.8.0
-gitpython==3.1.37
+gitpython==3.1.40
 
 # S3 Uploads
 boto3==1.33.4
-django-storages==1.14  # https://github.com/jschneier/django-storages
+django-storages==1.14.2  # https://github.com/jschneier/django-storages
 
 # SFTP Uploads
 pysftp==0.2.9 # https://pysftp.readthedocs.io/
@@ -74,3 +74,40 @@ django-elasticsearch-dsl>7.0,<8.0
 elasticsearch<7.14.0
 # used to unaccent strings for sorting
 unidecode
+
+# TODO: Upgrade after https://github.com/django-extensions/django-extensions/issues/1715 is fixed
+Werkzeug<2.4.0  # https://github.com/pallets/werkzeug
+ipdb~=0.13.13  # https://github.com/gotcha/ipdb
+# TODO: Upgrade after moving to Django 3
+psycopg2-binary==2.9.3  # https://github.com/psycopg/psycopg2
+
+# Testing
+# ------------------------------------------------------------------------------
+mypy==1.8.1  # https://github.com/python/mypy
+pytest>=7.4.3  # https://github.com/pytest-dev/pytest
+pytest-sugar==0.9.7  # https://github.com/Frozenball/pytest-sugar
+pytest-cov==4.1.0
+pytest-django==4.7.0  # https://github.com/pytest-dev/pytest-django
+py==1.11.0 # https://github.com/pytest-dev/pytest/issues/10420
+requests~=2.31.0
+iiif-prezi~=0.3.0 # https://github.com/iiif-prezi/iiif-prezi
+httpretty~=1.1.4 # https://pypi.org/project/httpretty/
+#mock~=4.0.2
+cssutils~=2.9.0 # https://pypi.org/project/cssutils/
+moto==4.2.13 # https://github.com/spulec/moto
+factory-boy~=3.2.1  # https://github.com/FactoryBoy/factory_boy
+faker~=20.1.0
+
+# Code quality
+# ------------------------------------------------------------------------------
+coverage==7.4.0  # https://github.com/nedbat/coveragepy
+
+# Django
+# ------------------------------------------------------------------------------
+django-debug-toolbar~=4.2.0  # https://github.com/jazzband/django-debug-toolbar
+django-extensions~=3.2.3  # https://github.com/django-extensions/django-extensions
+django-coverage-plugin~=3.1.0  # https://github.com/nedbat/django_coverage_plugin
+pyopenssl # for running dev server under https
+
+celery~=5.3.4
+django-celery-results~=2.4.0
diff --git a/requirements/local.txt b/requirements/local.txt
index ac1b8dc5..49256c8f 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -1,39 +1,4 @@
 -r ./base.txt
 
-# TODO: Upgrade after https://github.com/django-extensions/django-extensions/issues/1715 is fixed
-Werkzeug<2.4.0  # https://github.com/pallets/werkzeug
-ipdb~=0.13.13  # https://github.com/gotcha/ipdb
-# TODO: Upgrade after moving to Django 3
-psycopg2-binary==2.9.3  # https://github.com/psycopg/psycopg2
-
-# Testing
-# ------------------------------------------------------------------------------
-mypy==1.5.1  # https://github.com/python/mypy
-pytest>=7.4.3  # https://github.com/pytest-dev/pytest
-pytest-sugar==0.9.7  # https://github.com/Frozenball/pytest-sugar
-pytest-cov==4.1.0
-pytest-django==4.5.2  # https://github.com/pytest-dev/pytest-django
-py==1.11.0 # https://github.com/pytest-dev/pytest/issues/10420
-requests~=2.31.0
-iiif-prezi~=0.3.0 # https://github.com/iiif-prezi/iiif-prezi
-httpretty~=1.1.4 # https://pypi.org/project/httpretty/
-#mock~=4.0.2
-cssutils~=2.6.0 # https://pypi.org/project/cssutils/
-moto==4.2.0 # https://github.com/spulec/moto
 sftpserver==0.3
-factory-boy~=3.2.1  # https://github.com/FactoryBoy/factory_boy
-faker~=20.1.0
-
-# Code quality
-# ------------------------------------------------------------------------------
-coverage==7.3.2  # https://github.com/nedbat/coveragepy
-
-# Django
-# ------------------------------------------------------------------------------
-django-debug-toolbar~=4.2.0  # https://github.com/jazzband/django-debug-toolbar
-django-extensions~=3.2.3  # https://github.com/django-extensions/django-extensions
-django-coverage-plugin~=3.1.0  # https://github.com/nedbat/django_coverage_plugin
-pyopenssl # for running dev server under https
-
-celery~=5.3.4
-django-celery-results~=2.4.0
+git+https://github.com/ecds/readux-ingest-ecds@develop