@@ -50,7 +50,6 @@ def _ask_git_version() -> Optional[str]:
5050 "jinja2>=3" ,
5151 # Direct use now due to jinja2-3+.
5252 "MarkupSafe" ,
53- "importlib_resources; python_version<'3.7'" ,
5453]
5554matplot_deps = plot_deps + ["matplotlib" ]
5655sphinx_deps = plot_deps + ["sphinx[setuptools] >=2" , "sphinxext-opengraph" ]
@@ -94,12 +93,9 @@ def _ask_git_version() -> Optional[str]:
9493 "graphtik" : ["py.typed" ],
9594 "graphtik.sphinxext" : ["*.css" ],
9695 },
97- python_requires = ">=3.6 " ,
96+ python_requires = ">=3.7 " ,
9897 install_requires = [
99- "contextvars; python_version < '3.7'" ,
100- "dataclasses; python_version < '3.7'" ,
101- "networkx; python_version >= '3.5'" ,
102- "networkx == 2.2; python_version < '3.5'" ,
98+ "networkx" ,
10399 "boltons" , # for IndexSet
104100 ],
105101 extras_require = {
@@ -139,7 +135,6 @@ def _ask_git_version() -> Optional[str]:
139135 "Operating System :: POSIX" ,
140136 "Operating System :: Unix" ,
141137 "Programming Language :: Python" ,
142- "Programming Language :: Python :: 3.6" ,
143138 "Programming Language :: Python :: 3.7" ,
144139 "Programming Language :: Python :: 3.8" ,
145140 "Programming Language :: Python :: 3.9" ,
0 commit comments