diff --git a/requirements.txt b/requirements.txt index 50c6382bea..439eb24029 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,7 @@ wasabi>=0.9.1,<1.2.0 srsly>=2.5.3,<3.0.0 catalogue>=2.0.6,<2.1.0 typer>=0.3.0,<1.0.0 +click>=8.2.1,<9.0.0 weasel>=1.0.0,<2.0.0 # Third party dependencies numpy>=2.0.0,<3.0.0 diff --git a/setup.cfg b/setup.cfg index 7f9b200cae..103ccfeb39 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,6 +58,7 @@ install_requires = confection>=1.3.2,<2.0.0 # Third-party dependencies typer>=0.3.0,<1.0.0 + click>=8.2.1,<9.0.0 tqdm>=4.38.0,<5.0.0 numpy>=1.15.0; python_version < "3.9" numpy>=1.19.0; python_version >= "3.9"