Skip to content

Commit

Permalink
fix: pipenv data validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Jul 2, 2024
1 parent 7287e8f commit 5b0e960
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 610 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uwsgi-tools = "==1.1.1"
invenio-cli = "==1.2.0"
invenio-app-rdm = {version = "==11.0.4", extras = ["opensearch2", "postgresql"]}
# name below should match what's in /site/setup.cfg
cca = {editable="True", path="./site"}
cca = {editable = true, path="./site"}
greenlet = "==3.0.3"

[requires]
Expand Down
Loading

0 comments on commit 5b0e960

Please sign in to comment.