Harvard-ATG / lts-iiif-ingest-service

A Python library to interact with the Harvard LTS (Library Technology Services) media ingest solution, which takes images and metadata and serves them via IIIF at scale. IIIFingest manages ingest credentials, uploads images to S3 for ingest, creates IIIF manifests, creates and signs asset ingest requests, and tracks the status of ingest jobs.
https://pypi.org/project/IIIFingest/
Other
2 stars 2 forks source link

Update setupcfg dependencies #151

Closed ColeDCrawford closed 1 year ago

ColeDCrawford commented 1 year ago

Even after installing wheel I was getting this error: https://stackoverflow.com/questions/34819221/why-is-python-setup-py-saying-invalid-command-bdist-wheel-on-travis-ci

ColeDCrawford commented 1 year ago

Added python-magic and Deprecated as requirements as well. Previously, if you didn't have them otherwise installed in your project, they won't be installed and using IIIFingest would fail.