Update setup.py to latest click version#170
Conversation
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
=======================================
Coverage 73.29% 73.29%
=======================================
Files 35 35
Lines 1554 1554
=======================================
Hits 1139 1139
Misses 415 415
Continue to review full report at Codecov.
|
|
Hello @Dil3mm3, Thank you for pointing out this problem! I have tested Please help me to check whether your current installation of click is the same. If so, we don’t need to specify the version number. https://pypi.org/project/click/#history Thank you 😄 |
|
Hi @Dil3mm3 Thanks for the PR! I think it's important to lock the version of modules we use in the setup.py. And I suggest the policy of version locking is:
Thanks again for reminding us! |
|
We do have some other friends encounter this problem! Thanks @Dil3mm3 for fixing this up! :D |
|
You're welcome! 😄 |
Hi all,
Testing Quark we noticed that, without forcing Click to the latest version (8.0.1) in the Setup.py file, the attribute
flag_value, inserted to let the options-sand-dtake zero or more arguments, is not working. For this reason, I just changed the Setup.py and Click version. Everything should work correctly now 😄