@@ -16,22 +16,21 @@ classifiers = [
1616 " Intended Audience :: Developers" ,
1717 " Intended Audience :: System Administrators" ,
1818 " License :: OSI Approved :: Apache Software License" ,
19- " Programming Language :: Python :: 3.7" ,
2019 " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423]
2524urls = { Homepage = " https://github.com/spdx/tools-python" }
26- requires-python = " >=3.7 "
25+ requires-python = " >=3.8 "
2726dependencies = [" click" , " pyyaml" , " xmltodict" , " rdflib" , " beartype" , " uritools" , " license_expression" , " ply" , " semantic_version" ]
2827dynamic = [" version" ]
2928
3029[project .optional-dependencies ]
3130test = [" pytest" , " pyshacl" , " tzdata" ]
3231code_style = [" isort" , " black" , " flake8" ]
3332graph_generation = [" pygraphviz" , " networkx" ]
34- development = [" black" , " flake8" , " isort" , " networkx" , " pytest" ]
33+ development = [" black" , " flake8" , " isort" , " networkx" , " pytest" , " pyshacl " ]
3534
3635[project .scripts ]
3736pyspdxtools = " spdx_tools.spdx.clitools.pyspdxtools:main"
0 commit comments