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 48c0122 commit 982ebeeCopy full SHA for 982ebee
setup.py
@@ -34,7 +34,7 @@
34
package_data={'fosslight_util': ['resources/frequentLicenselist.json', 'resources/licenses.json']},
35
include_package_data=True,
36
extras_require={":python_version<'3.7'": ["pygit2==1.6.1"],
37
- ":python_version>'3.6'": ["pygit2"]},
+ ":python_version>'3.6'": ["pygit2==1.10.1"]},
38
entry_points={
39
"console_scripts": [
40
"fosslight_download = fosslight_util.download:main",
0 commit comments