We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252f14 commit d5a7686Copy full SHA for d5a7686
1 file changed
pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
38
"semver==3.0.2",
39
"patch-ng==1.18.1",
40
"importlib-resources==5.4.0; python_version <= '3.7.0'",
41
- "cyclonedx-python-lib==5.0.1",
+ "cyclonedx-python-lib==4.2.2; python_version <= '3.7.0'",
42
+ "cyclonedx-python-lib==5.0.1; python_version > '3.7.0'",
43
"infer-license==0.1.0; python_version <= '3.10.0'",
44
"infer-license==0.2.0; python_version > '3.10.0'",
45
'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license
0 commit comments