[go: nahoru, domu]

Skip to content

Commit

Permalink
installation: update invenio-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 20, 2020
1 parent 8c9af16 commit 9a8725d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'Flask-Menu>=0.5.0',
'invenio-assets>=1.1.0',
'invenio-base>=1.2.2',
'invenio-i18n>=1.1.0',
'invenio-i18n>=1.2.0',
'jsmin>=2.1.6',
]

Expand Down
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from flask import Flask
from flask_babelex import Babel
from invenio_i18n import InvenioI18N
from invenio_i18n.views import create_blueprint_from_app

from invenio_assets import InvenioAssets
from invenio_theme import InvenioTheme
Expand All @@ -36,6 +37,7 @@ def app():
)
Babel(app)
InvenioI18N(app)
app.register_blueprint(create_blueprint_from_app(app))
return app


Expand Down

0 comments on commit 9a8725d

Please sign in to comment.