From 7afe1463582586bd1376ec29d171e62b15541f02 Mon Sep 17 00:00:00 2001 From: Faylixe Date: Tue, 8 Dec 2020 12:34:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20add=20missing=20typer=20depen?= =?UTF-8?q?dency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3d8dc27..2483f7f 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setup( 'numpy<1.19.0,>=1.16.0', 'pandas==1.1.2', 'httpx[http2]', + 'typer', 'scipy==1.4.1', 'setuptools>=41.0.0', 'librosa==0.8.0',