mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 05:21: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
|
||||
# 50 Gb: 10 ** 9 * 50
|
||||
# 100 Mb: 10 ** 9 * 0.1
|
||||
"maxStorage": 10 ** 9 * 10,
|
||||
"maxStorage": 10**9 * 10,
|
||||
}
|
||||
"""Deposit file upload quota """
|
||||
|
||||
|
||||
@@ -36,8 +36,9 @@ packages = find:
|
||||
python_requires = >=3.8
|
||||
zip_safe = False
|
||||
install_requires =
|
||||
invenio-rdm-records>=0.35.12,<0.99
|
||||
invenio-cache>=1.1.0
|
||||
# keep this dependencies identical to invenio-app-rdm
|
||||
invenio-rdm-records>=0.35.16,<0.36.0
|
||||
invenio-cache>=1.1.1,<1.2.0
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
|
||||
Reference in New Issue
Block a user