Skip to content

Commit

Permalink
Merge pull request #128 from llamafilm/master
Browse files Browse the repository at this point in the history
Limit version of Click to avoid issues with resultcallback / result_callback
  • Loading branch information
ptrpfn authored Jun 21, 2022
2 parents 4e09fc8 + 3365b4a commit e94e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
include_package_data=True,
install_requires=[
"Click>=7.0",
"Click~=7.0",
"lxml>=4.6.2",
"packaging>=20.9",
"pathspec>=0.8.0",
Expand Down

0 comments on commit e94e69d

Please sign in to comment.