bugfix(ci): add invenio-app-rdm and sqlalchemy-continuum to install_requires

those install_requires where missing to use the RECORDS_UI_ENPOINTS from
invenio-app-rdm.config
This commit is contained in:
Christoph Ladurner
2021-01-14 11:14:30 +01:00
parent 90bd39a010
commit c6c4a0aa52

View File

@@ -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()