api: Require a recent version of the typing module.

This commit is contained in:
Tim Abbott 2016-12-13 22:05:47 -08:00
parent 34c3e03ef8
commit 9248edaaeb
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ setuptools_info = dict(
install_requires=['requests>=0.12.1',
'simplejson',
'six',
'typing',
'typing>=3.5.2.2',
],
)