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 638b8ca commit 4106264Copy full SHA for 4106264
1 file changed
setup.py
@@ -25,7 +25,7 @@ def get_long_description():
25
package_data={"sqlite_utils": ["py.typed"]},
26
install_requires=[
27
"sqlite-fts4",
28
- "click",
+ "click>=8.3.1",
29
"click-default-group>=1.2.3",
30
"tabulate",
31
"python-dateutil",
0 commit comments