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

@ -9,9 +9,6 @@ exclude_lines =
raise NotImplementedError()
# Don't require coverage for test suite AssertionError -- they're usually for clarity
raise AssertionError
# Don't require coverage for Python 2/3 variations; it's impossible to cover on both
if six.PY3:
if six.PY2:
# Don't require coverage for __unicode__ statements just used for printing
def __unicode__[(]self[)]: