Skip to content

Commit

Permalink
deps: skip click 8.1.0
Browse files Browse the repository at this point in the history
It broke decorator typing: pallets/click#2227
  • Loading branch information
gadomski committed Mar 29, 2022
1 parent a53bfdc commit 593e95f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ include_package_data = True
install_requires =
Shapely >= 1.6
aiohttp >= 3.8
click >= 8.0.4
# Click 8.1.0 is excluded because it broke decorator typing: https://github.com/pallets/click/issues/2227
click >= 8.0.4, != 8.1.0
fsspec >= 2021.7
lxml >= 4.6
numpy >= 1.21.0
Expand Down

0 comments on commit 593e95f

Please # to comment.