Browse Source
python3.4: typing module is not part of stdlib
3.2.x
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
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'] |
|
|
|
|
|
|
|