mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-06 01:03:25 +00:00
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:
4
setup.py
4
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()
|
||||
|
||||
Reference in New Issue
Block a user