mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
python3.4: typing module is not part of stdlib
This commit is contained in:
parent
ad7f8f2cbe
commit
849f64a010
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue