python3.4: typing module is not part of stdlib

This commit is contained in:
SomberNight 2018-06-16 17:38:30 +02:00
parent ad7f8f2cbe
commit 849f64a010
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -43,6 +43,7 @@ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
extras_require = {
'hardware': requirements_hw,
'fast': ['pycryptodomex'],
':python_version < "3.5"': ['typing>=3.0.0'],
}
extras_require['full'] = extras_require['hardware'] + extras_require['fast']