Skip to content

Commit

Permalink
Update requirements for new ingest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Jan 11, 2024
1 parent efb74aa commit c972a13
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 39 deletions.
Binary file removed apps/ingest/fixtures/ptiffs/00000001.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000002.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000003.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000004.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000005.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000006.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000007.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000008.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000009.tiff
Binary file not shown.
Binary file removed apps/ingest/fixtures/ptiffs/00000010.tiff
Binary file not shown.
43 changes: 40 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand All @@ -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
37 changes: 1 addition & 36 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c972a13

Please sign in to comment.