Skip to content

Commit

Permalink
build: limit draft resource version
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgualdi committed Oct 17, 2023
1 parent eb4ac61 commit e5a79c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# details.

# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__/**
*.py[cod]

# Idea software family
Expand Down Expand Up @@ -79,7 +79,6 @@ node_modules
# vscode
.vscode/


# node modules
**/*/node_modules
node_modules
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ install_requires =
invenio-rdm-records>=4.0.0,<4.10.0
fastjsonschema>=2.16.0
lxml>=4.6.2
# TODO: Remove if conditional file lock works
invenio-drafts-resources>=1.0.0,<1.8.0

[options.extras_require]
tests =
Expand Down

0 comments on commit e5a79c4

Please sign in to comment.