Skip to content

Commit 45182f1

Browse files
utnapischtimrerowep
authored andcommitted
setup: add invenio-i18n
1 parent 9f4b774 commit 45182f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of Invenio.
44
# Copyright (C) 2015-2022 CERN.
55
# Copyright (C) 2021 TU Wien.
6-
# Copyright (C) 2022 Graz University of Technology.
6+
# Copyright (C) 2022-2023 Graz University of Technology.
77
#
88
# Invenio is free software; you can redistribute it and/or modify it
99
# under the terms of the MIT License; see LICENSE file for more details.
@@ -29,6 +29,7 @@ python_requires = >=3.7
2929
zip_safe = False
3030
install_requires =
3131
invenio-accounts>=2.0.0
32+
invenio-i18n>=2.0.0
3233

3334
[options.extras_require]
3435
tests =

0 commit comments

Comments
 (0)