1
0

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

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