Restore dependency on typing package for Python < 3.5.
Apparently we still support Python 2.7 for some reason. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
0427d962b0
commit
bcffa76873
|
@ -63,6 +63,7 @@ package_info = dict(
|
|||
setuptools_info = dict(
|
||||
install_requires=['requests[security]>=0.12.1',
|
||||
'six',
|
||||
'typing>=3.5.2.2;python_version<"3.5"',
|
||||
'matrix_client',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue