Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion passari-web-ui
Submodule passari-web-ui updated 2 files
+155 −21 LICENSE
+1 −1 pyproject.toml
5 changes: 3 additions & 2 deletions requirements-siptools.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-c requirements.txt.constraints

siptools @ https://github.com/Digital-Preservation-Finland/dpres-siptools/archive/refs/tags/v0.73.zip
dpres-siptools-ng @ https://github.com/andersinno/dpres-siptools-ng/releases/download/v1.0.0/dpres_siptools_ng-1.0.0-py3-none-any.whl
dpres-mets-builder @ https://github.com/andersinno/dpres-mets-builder/releases/download/v1.0.0/dpres_mets_builder-1.0.0-py3-none-any.whl
xml-helpers @ https://github.com/Digital-Preservation-Finland/xml-helpers/archive/refs/tags/v0.18.zip
mets @ https://github.com/Digital-Preservation-Finland/mets/archive/refs/tags/v0.22.zip
premis @ https://github.com/Digital-Preservation-Finland/premis/archive/refs/tags/v0.30.zip
Expand All @@ -11,4 +12,4 @@ audiomd @ https://github.com/Digital-Preservation-Finland/audiomd/archive/refs/t
videomd @ https://github.com/Digital-Preservation-Finland/videomd/archive/refs/tags/v0.12.zip
ffmpeg-python @ https://github.com/Digital-Preservation-Finland/ffmpeg-python/archive/refs/tags/0.2.0.zip
opf-fido @ https://github.com/Digital-Preservation-Finland/fido/archive/refs/tags/v1.4.0-dpres5.zip
file-scraper @ https://github.com/Digital-Preservation-Finland/file-scraper/archive/refs/tags/v0.76.zip
file-scraper @ https://github.com/Digital-Preservation-Finland/file-scraper/archive/refs/tags/v0.78.zip
11 changes: 6 additions & 5 deletions requirements-siptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ click==8.1.8
# via
# -c /app/requirements.txt.constraints
# file-scraper
# siptools
dpres-mets-builder @ https://github.com/andersinno/dpres-mets-builder/releases/download/v1.0.0/dpres_mets_builder-1.0.0-py3-none-any.whl
# via -r requirements-siptools.in
dpres-signature @ https://github.com/Digital-Preservation-Finland/dpres-signature/archive/refs/tags/v0.18.zip
# via -r requirements-siptools.in
dpres-siptools-ng @ https://github.com/andersinno/dpres-siptools-ng/releases/download/v1.0.0/dpres_siptools_ng-1.0.0-py3-none-any.whl
# via -r requirements-siptools.in
ffmpeg-python @ https://github.com/Digital-Preservation-Finland/ffmpeg-python/archive/refs/tags/0.2.0.zip
# via -r requirements-siptools.in
file-magic==0.4.1
# via file-scraper
file-scraper @ https://github.com/Digital-Preservation-Finland/file-scraper/archive/refs/tags/v0.76.zip
file-scraper @ https://github.com/Digital-Preservation-Finland/file-scraper/archive/refs/tags/v0.78.zip
# via -r requirements-siptools.in
future==1.0.0
# via ffmpeg-python
Expand All @@ -30,11 +33,11 @@ lxml==5.3.0
# -c /app/requirements.txt.constraints
# addml
# audiomd
# dpres-mets-builder
# file-scraper
# mets
# nisomix
# premis
# siptools
# videomd
# xml-helpers
m2crypto==0.43.0
Expand Down Expand Up @@ -63,8 +66,6 @@ python-dateutil==2.9.0.post0
# mets
python-mimeparse==2.0.0
# via file-scraper
siptools @ https://github.com/Digital-Preservation-Finland/dpres-siptools/archive/refs/tags/v0.73.zip
# via -r requirements-siptools.in
six==1.17.0
# via
# -c /app/requirements.txt.constraints
Expand Down