csvs-to-sqlite icon indicating copy to clipboard operation
csvs-to-sqlite copied to clipboard

Add support for Click 8.x

Open MarkusH opened this issue 3 years ago • 3 comments

Right now, the setup.py pins Click to version 7.x, which makes it impossible to use version 8.x.

Here is the changelog for Click 8.0.0: https://click.palletsprojects.com/en/8.0.x/changes/

MarkusH avatar Jun 06 '21 00:06 MarkusH

Another vote for this one. We also have click 8 has the "official' click version in Arch Linux.

Please mark it compatible

From

install_requires=[
        "click~=7.0",

to

install_requires=[
        "click>7.0",

Additional question.

Does:

"py-lru-cache~=0.1.4",

has to be "exactly" that version ?

m040601 avatar Jul 05 '21 02:07 m040601

The missing support for Click > 8 causes issues to build the NixOS packages.

fabaff avatar Aug 14 '21 18:08 fabaff

it would nice now to support click-8.x

stonebig avatar Feb 12 '22 13:02 stonebig