*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 97415220 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Add Invenio-Curations as a dependency

parent 40fa24aa
No related branches found
No related tags found
1 merge request!57Implement new curation workflow
...@@ -23,7 +23,7 @@ name = "invenio-config-tuw" ...@@ -23,7 +23,7 @@ name = "invenio-config-tuw"
dynamic = ["version"] dynamic = ["version"]
description = "Workflow customizations and config overrides for TU Wien." description = "Workflow customizations and config overrides for TU Wien."
keywords = ["invenio", "configuration", "tu wien"] keywords = ["invenio", "configuration", "tu wien"]
requires-python = ">=3.9" requires-python = ">=3.12"
readme = "README.rst" readme = "README.rst"
license = "MIT" license = "MIT"
authors = [ authors = [
...@@ -47,7 +47,8 @@ dependencies = [ ...@@ -47,7 +47,8 @@ dependencies = [
"Invenio-Search>=2.1.0,<3.0.0", "Invenio-Search>=2.1.0,<3.0.0",
"Flask>=2.0.2", "Flask>=2.0.2",
"Flask-Minify>=0.47", "Flask-Minify>=0.47",
"Invenio-DAMAP>=0.1.1" "Invenio-DAMAP>=0.1.1",
"Invenio-Curations>=0.1.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment