global: make it compatible with v12

This commit is contained in:
Christoph Ladurner
2023-10-08 23:01:51 +02:00
parent c8035571be
commit 0cee624dbb
2 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2020-2021 Graz University of Technology.
# Copyright (C) 2020-2023 Graz University of Technology.
#
# invenio-theme-tugraz is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
@@ -8,7 +8,7 @@
"""invenio module for TUGRAZ theme."""
from flask_babelex import gettext as _
from invenio_i18n import gettext as _
INVENIO_THEME_TUGRAZ_DEFAULT_VALUE = _("TU Graz Repository")
"""Default value for the application."""

View File

@@ -33,17 +33,16 @@ classifiers =
[options]
include_package_data = True
packages = find:
python_requires = >=3.8
python_requires = >=3.9
zip_safe = False
install_requires =
flask-babel>=2,<3
invenio-assets>=2.0.0,<3.0.0
invenio-i18n>=1.3.1,<1.4.0
invenio_config_tugraz>=0.11.0,<0.12.0
invenio-assets>=2.0.0
invenio-i18n>=1.3.1
invenio_config_tugraz>=0.11.0
[options.extras_require]
tests =
pytest-black>=0.3.0
pytest-black-ng>=0.4.0
Sphinx>=4.5.0
pytest-invenio>=2.1.0,<3.0.0
invenio-app>=1.3.4,<1.4.0