From ef31ece267b872b060445834209c448d93595078 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Mon, 22 Mar 2021 15:38:32 +0100 Subject: [PATCH] add gdown installation --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb0137a..bd32312 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ setup( install_requires=[ 'openpifpaf>=v0.12.1', - 'matplotlib' + 'matplotlib', + 'gdown', ], extras_require={ 'eval': [ @@ -37,7 +38,6 @@ setup( 'pandas', 'pylint', 'pytest', - 'gdown', ], 'prep': [ 'nuscenes-devkit==1.0.2',