mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-05-03 06:11:48 +01:00
global: make it compatible with v12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user