dep: compatible to v9 rdm

black: formated
This commit is contained in:
Mojib Wali
2022-05-25 18:44:56 +02:00
committed by mb-wali
parent 7fd5a7df3f
commit 73bc8b4575
2 changed files with 4 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ APP_RDM_DEPOSIT_FORM_QUOTA = {
# 1 Gb: 10 ** 9 # 1 Gb: 10 ** 9
# 50 Gb: 10 ** 9 * 50 # 50 Gb: 10 ** 9 * 50
# 100 Mb: 10 ** 9 * 0.1 # 100 Mb: 10 ** 9 * 0.1
"maxStorage": 10 ** 9 * 10, "maxStorage": 10**9 * 10,
} }
"""Deposit file upload quota """ """Deposit file upload quota """

View File

@@ -36,8 +36,9 @@ packages = find:
python_requires = >=3.8 python_requires = >=3.8
zip_safe = False zip_safe = False
install_requires = install_requires =
invenio-rdm-records>=0.35.12,<0.99 # keep this dependencies identical to invenio-app-rdm
invenio-cache>=1.1.0 invenio-rdm-records>=0.35.16,<0.36.0
invenio-cache>=1.1.1,<1.2.0
[options.extras_require] [options.extras_require]
tests = tests =