We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df49b97 commit 3632883Copy full SHA for 3632883
setup.py
@@ -31,7 +31,8 @@
31
"Programming Language :: Python :: 3.8",
32
"Programming Language :: Python :: 3.9", ],
33
install_requires=required,
34
- extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"]},
+ extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"],
35
+ ":python_version<'3.7'": ["dataclasses", "scanoss"]},
36
entry_points={
37
"console_scripts": [
38
"fosslight_convert = fosslight_source.convert_scancode:main",
0 commit comments