tpython3.4: typing module is not part of stdlib - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 849f64a0105787625174c36c7e4f2a605fcdb5a6 DIR parent ad7f8f2cbe822622582952ba81ca65eef6b97cd5 HTML 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: M setup.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/setup.py b/setup.py t@@ -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']