diff --git a/setup.py b/setup.py index 91e09ab..5530fb7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ history = open("CHANGES.rst").read() tests_require = [ "pytest-invenio>=1.4.0", - 'invenio-app>=1.3.0,<2.0.0', + "invenio-app>=1.3.0,<2.0.0", "psycopg2-binary>=2.8.6", ] @@ -53,6 +53,8 @@ install_requires = [ "invenio-i18n>=1.2.0", "elasticsearch_dsl>=7.2.1", "invenio_search>=1.3.1", + "invenio_app_rdm>=0.18.8", + "sqlalchemy-continuum>=1.3.11", ] packages = find_packages()