Skip to content

Commit

Permalink
dependencies: update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Apr 29, 2020
1 parent 0493d7f commit c8b95fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_shortname}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ verify_ssl = true
check-manifest = ">=0.25"

[packages]
invenio-app-rdm = {extras = ["{{ cookiecutter.database }}", "elasticsearch{{cookiecutter.elasticsearch}}"],version = "~=0.7.0"}
invenio-rdm-records = "~=0.10.0"
invenio-app-rdm = {extras = ["{{ cookiecutter.database }}", "elasticsearch{{cookiecutter.elasticsearch}}"],version = "~=0.8.0"}
invenio-rdm-records = "~=0.11.0"
invenio-records-permissions = "~=0.7.0"
{%- if cookiecutter.file_storage == 'S3'%}
invenio-s3 = "~=1.0.2"
Expand Down

0 comments on commit c8b95fb

Please sign in to comment.