mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Bump click and click-default-group
This commit is contained in:
parent
8c09c10f25
commit
dd67c491f3
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -41,8 +41,8 @@ setup(
|
|||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"click~=6.7",
|
||||
"click-default-group~=1.2",
|
||||
"click~=7.0",
|
||||
"click-default-group~=1.2.1",
|
||||
"Jinja2~=2.10.1",
|
||||
"hupper~=1.0",
|
||||
"pint~=0.8.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue