File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3333 "sphinx-mdinclude >= 0.5.2" ,
3434 "picobox >= 2.2" ,
3535 "deepmerge >= 0.1" ,
36- "importlib-metadata; python_version < '3.8'" ,
3736 ],
3837 project_urls = {
3938 "Documentation" : "https://sphinxcontrib-openapi.readthedocs.io/" ,
5554 "Framework :: Sphinx" ,
5655 "Framework :: Sphinx :: Extension" ,
5756 ],
58- python_requires = ">=3.7 " ,
57+ python_requires = ">=3.9 " ,
5958)
Original file line number Diff line number Diff line change 99 :license: BSD, see LICENSE for details.
1010"""
1111
12- try :
13- from importlib .metadata import distribution , PackageNotFoundError
14- except ImportError : # python < 3.8
15- from importlib_metadata import distribution , PackageNotFoundError
12+ from importlib .metadata import distribution , PackageNotFoundError
1613
1714from sphinxcontrib .openapi import renderers , directive
1815
You can’t perform that action at this time.
0 commit comments