Skip to content

Commit 3632883

Browse files
committed
Change the scanoss-related packages
When installing scanoss in python 3.6, there is an additional package to install.
1 parent df49b97 commit 3632883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"Programming Language :: Python :: 3.8",
3232
"Programming Language :: Python :: 3.9", ],
3333
install_requires=required,
34-
extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"]},
34+
extras_require={":python_version>'3.6'": ["scanoss>=0.7.0"],
35+
":python_version<'3.7'": ["dataclasses", "scanoss"]},
3536
entry_points={
3637
"console_scripts": [
3738
"fosslight_convert = fosslight_source.convert_scancode:main",

0 commit comments

Comments
 (0)