api: Require a recent version of the typing module.
This commit is contained in:
parent
677f828593
commit
9a6e0cf940
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setuptools_info = dict(
|
|||
install_requires=['requests>=0.12.1',
|
||||
'simplejson',
|
||||
'six',
|
||||
'typing',
|
||||
'typing>=3.5.2.2',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue