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=[ install_requires=[
'openpifpaf>=v0.12.1', 'openpifpaf>=v0.12.1',
'matplotlib' 'matplotlib',
'gdown',
], ],
extras_require={ extras_require={
'eval': [ 'eval': [
@ -37,7 +38,6 @@ setup(
'pandas', 'pandas',
'pylint', 'pylint',
'pytest', 'pytest',
'gdown',
], ],
'prep': [ 'prep': [
'nuscenes-devkit==1.0.2', 'nuscenes-devkit==1.0.2',