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',