From b02db6724797c8bca5958d10e2c1aa4a96030ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 1 Jul 2020 20:20:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20shellingham=20for=20automatic?= =?UTF-8?q?=20shell=20detection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update Typer pinning --- requirements.txt | 3 ++- setup.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e67f481fb..e76bd376d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,8 @@ murmurhash>=0.28.0,<1.1.0 wasabi>=0.7.0,<1.1.0 srsly>=2.1.0,<3.0.0 catalogue>=0.0.7,<1.1.0 -typer>=0.3.0,<1.0.0 +typer>=0.3.0,<0.4.0 +shellingham>=1.3.0,<1.4.0 # Third party dependencies numpy>=1.15.0 requests>=2.13.0,<3.0.0 diff --git a/setup.cfg b/setup.cfg index 09f43247f..2a44a51fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,8 @@ install_requires = wasabi>=0.7.0,<1.1.0 srsly>=2.1.0,<3.0.0 catalogue>=0.0.7,<1.1.0 - typer>=0.3.0,<1.0.0 + typer>=0.3.0,<0.4.0 + shellingham>=1.3.0,<1.4.0 # Third-party dependencies tqdm>=4.38.0,<5.0.0 numpy>=1.15.0