Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Jan 10, 2025
1 parent 6ddc792 commit de29bd8
Show file tree
Hide file tree
Showing 4 changed files with 812 additions and 540 deletions.
1 change: 1 addition & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ APP_DEFAULT_SECURE_HEADERS = {
"'unsafe-inline'", # for inline scripts and styles
"blob:", # for pdf preview
"fly.storage.tigris.dev", # for S3 object storage
"s3.us-east-1.amazonaws.com", # for S3 object storage
"s3.eu-central-1.amazonaws.com", # for S3 object storage
# Add your own policies here (e.g. analytics)
],
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "invenio-rdm-starter"
version = "0.4.0"
version = "0.5.0"
description = "Starter for the turn-key research data management repository"
authors = [
{ name = "Martin Fenner", email = "[email protected]" }
Expand All @@ -18,8 +18,7 @@ dependencies = [
"babel-edtf~=1.2.0",
"importlib-metadata~=6.11.0",
"gunicorn~=22.0.0",
"material-plausible-plugin~=0.2.0",
"ruff>=0.7.0",
"ruff>=0.9.0",
]

[build-system]
Expand Down
9 changes: 2 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,6 @@ marshmallow-oneofschema==3.1.1
# via marshmallow-utils
marshmallow-utils==0.9.3
# via invenio-records-resources
material-plausible-plugin==0.2.0
# via invenio-rdm-starter (pyproject.toml)
matplotlib-inline==0.1.7
# via ipython
maxminddb==2.6.2
Expand All @@ -740,17 +738,14 @@ mistune==3.0.2
mkdocs==1.6.1
# via
# commonmeta-py
# material-plausible-plugin
# mkdocs-jupyter
# mkdocs-material
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-jupyter==0.12.0
# via commonmeta-py
mkdocs-material==8.5.11
# via
# commonmeta-py
# material-plausible-plugin
# via commonmeta-py
mkdocs-material-extensions==1.3.1
# via
# commonmeta-py
Expand Down Expand Up @@ -934,7 +929,7 @@ rpds-py==0.20.0
# via
# jsonschema
# referencing
ruff==0.7.0
ruff==0.9.0
# via invenio-rdm-starter (pyproject.toml)
s3fs==0.4.2
# via invenio-s3
Expand Down
Loading

0 comments on commit de29bd8

Please sign in to comment.