Skip to content

Commit 53aa88a

Browse files
committed
Add click pin to avoid typer issues (explosion#10573)
1 parent 1355396 commit 53aa88a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ wasabi>=0.8.1,<1.1.0
1010
srsly>=2.4.1,<3.0.0
1111
catalogue>=2.0.6,<2.1.0
1212
typer>=0.3.0,<0.5.0
13+
click<8.1.0
1314
pathy>=0.3.5
1415
# Third party dependencies
1516
numpy>=1.15.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ install_requires =
5151
srsly>=2.4.1,<3.0.0
5252
catalogue>=2.0.6,<2.1.0
5353
typer>=0.3.0,<0.5.0
54+
click<8.1.0
5455
pathy>=0.3.5
5556
# Third-party dependencies
5657
tqdm>=4.38.0,<5.0.0

0 commit comments

Comments
 (0)