Skip to content

Commit f780555

Browse files
authored
Merge pull request #95 from fosslight/develop
Fix the pygit2 error
2 parents af027c5 + 982ebee commit f780555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
package_data={'fosslight_util': ['resources/frequentLicenselist.json', 'resources/licenses.json']},
3535
include_package_data=True,
3636
extras_require={":python_version<'3.7'": ["pygit2==1.6.1"],
37-
":python_version>'3.6'": ["pygit2"]},
37+
":python_version>'3.6'": ["pygit2==1.10.1"]},
3838
entry_points={
3939
"console_scripts": [
4040
"fosslight_download = fosslight_util.download:main",

0 commit comments

Comments
 (0)