Skip to content

Commit 18dd009

Browse files
Support Python 3.10+, remove scanners' version limits
Signed-off-by: Wonjae Park <[email protected]>
1 parent 51533fc commit 18dd009

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
pyparsing
2-
scanoss>=1.18.0,<=1.26.3
2+
scanoss>=1.18.0
33
XlsxWriter
44
fosslight_util>=2.1.10
55
PyYAML
66
wheel>=0.38.1
77
intbitset
88
fosslight_binary>=5.0.0
9-
scancode-toolkit==32.0.*;sys_platform=="darwin"
10-
scancode-toolkit==32.2.*;sys_platform!="darwin"
11-
psycopg2-binary==2.9.9
12-
beautifulsoup4==4.12.*
9+
scancode-toolkit

0 commit comments

Comments
 (0)