doi plugin

* feature: encrypt doi password
* bugfix: add URL rule for pages
This commit is contained in:
rekt-hard
2021-03-10 15:30:17 +01:00
committed by GitHub
parent daace427b9
commit 4094730481
5 changed files with 145 additions and 20 deletions

View File

@@ -59,7 +59,9 @@ install_requires = [
"elasticsearch_dsl>=7.2.1",
"invenio_search>=1.4.0,<2.0.0",
# keep this package updated.
"invenio_app_rdm>=0.18.8",
"invenio_app_rdm<=1.0.0",
# needed for DOI credential encryption
"pycryptodome==3.10.1",
]
packages = find_packages()