Add python-typing dependency.
This commit is contained in:
parent
025a35cef0
commit
2ac67f12ac
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setuptools_info = dict(
|
|||
install_requires=['requests>=0.12.1',
|
||||
'simplejson',
|
||||
'six',
|
||||
'typing',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue