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

@ -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',
],