requirements: Remove unnecessary install dependency upon six & typing.

The latest release was fully python 3.5+, making these dependencies
redundant.
This commit is contained in:
neiljp (Neil Pilgrim) 2020-05-02 15:23:40 -07:00 committed by showell
parent a9268a1947
commit f2c8295fcb
3 changed files with 0 additions and 7 deletions

View file

@ -5,8 +5,6 @@ following dependencies:
* **Python (version >= 3.5)**
* requests (version >= 0.12.1)
* six
* typing (version >= 3.5.2.2)
**Note**: If you'd like to use the Zulip bindings with Python 2, we
recommend installing version 0.6.4.

View file

@ -61,8 +61,6 @@ 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',
'distro',
],