diff --git a/api/setup.py b/api/setup.py index 0963c25509..b9be62f837 100755 --- a/api/setup.py +++ b/api/setup.py @@ -62,7 +62,7 @@ setuptools_info = dict( install_requires=['requests>=0.12.1', 'simplejson', 'six', - 'typing', + 'typing>=3.5.2.2', ], )