Skip to content

Commit 5343963

Browse files
committed
Fix the scancode ver for macos
Signed-off-by: jiyeong.seok <[email protected]>
1 parent fdbab46 commit 5343963

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
pyparsing
2-
scancode-toolkit>=32.2.0
32
scanoss
43
XlsxWriter
5-
fosslight_util>=2.1.0
4+
fosslight_util>=2.1.1
65
PyYAML
76
wheel>=0.38.1
87
intbitset
98
fosslight_binary>=5.0.0
9+
scancode-toolkit==32.0.*;sys_platform=="darwin"
10+
scancode-toolkit==32.2.*;sys_platform!="darwin"

0 commit comments

Comments
 (0)