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