From b0f425971eebef7974f73400409a1650a1437dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 1 Jul 2020 21:47:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20shellingham=20from=20depen?= =?UTF-8?q?dencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e76bd376d..763ae79c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,6 @@ 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,<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 ac63992c1..3f1d16ab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,6 @@ install_requires = srsly>=2.1.0,<3.0.0 catalogue>=0.0.7,<1.1.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