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