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 9fca2cf commit e6ff920Copy full SHA for e6ff920
requirements.txt
@@ -1,4 +1,4 @@
1
-click==6.7
+click==7.1.2
2
scancode-toolkit<=21.3.31
3
typecode_libmagic
4
XlsxWriter
setup.py
@@ -14,7 +14,7 @@
14
if __name__ == "__main__":
15
setup(
16
name='fosslight_source',
17
- version='1.4.5',
+ version='1.4.6',
18
package_dir={"": "src"},
19
packages=find_packages(where='src'),
20
description='FOSSLight Source',
0 commit comments