conftests

updated the tests and added invenio-i18 module as install_requires
This commit is contained in:
mb
2020-06-25 11:00:34 +02:00
parent d9ca2a0542
commit 1e9f31c493
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ install_requires = [
'Flask-BabelEx>=0.9.4',
'Flask-WebpackExt>=1.0.0',
'invenio-assets>=1.2.0,<1.3.0',
'invenio-i18n>=1.2.0',
]
packages = find_packages()