add gdown installation

This commit is contained in:
Lorenzo 2021-03-22 15:38:32 +01:00
parent f1c1a8874a
commit ef31ece267

View File

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