commit 849f64a0105787625174c36c7e4f2a605fcdb5a6
parent ad7f8f2cbe822622582952ba81ca65eef6b97cd5
Author: SomberNight <somber.night@protonmail.com>
Date: Sat, 16 Jun 2018 17:38:30 +0200
python3.4: typing module is not part of stdlib
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
@@ -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']