mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-24 05:31:57 +00:00
setup: relax upper pins
* the idea is to break early.
This commit is contained in:
12
setup.cfg
12
setup.cfg
@@ -25,15 +25,13 @@ classifiers =
|
||||
Programming Language :: Python
|
||||
Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Development Status :: 3 - Alpha
|
||||
|
||||
[options]
|
||||
include_package_data = True
|
||||
packages = find:
|
||||
python_requires = >=3.9
|
||||
python_requires = >=3.12
|
||||
zip_safe = False
|
||||
install_requires =
|
||||
invenio-assets>=2.0.0
|
||||
@@ -44,11 +42,11 @@ install_requires =
|
||||
|
||||
[options.extras_require]
|
||||
tests =
|
||||
invenio-app>=1.3.4,<1.4.0
|
||||
invenio-app>=1.3.4
|
||||
invenio-previewer>=2.2.0
|
||||
invenio-search[opensearch2]>=2.1.0,<3.0.0
|
||||
invenio-search[opensearch2]>=2.1.0
|
||||
pytest-black-ng>=0.4.0
|
||||
pytest-invenio>=2.1.0,<3.0.0
|
||||
pytest-invenio>=2.1.0
|
||||
Sphinx>=4.5.0
|
||||
|
||||
[options.entry_points]
|
||||
|
||||
Reference in New Issue
Block a user