mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
dep: compatible to v9 rdm
black: formated
This commit is contained in:
@@ -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 """
|
||||||
|
|
||||||
|
|||||||
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user