add TLS deps for extras_require_encryption by default

This commit is contained in:
Tobias Oberstein 2017-05-01 11:37:35 +02:00
parent c2ba9312c8
commit 1a1e1e83e0
1 changed files with 5 additions and 1 deletions

View File

@ -100,9 +100,13 @@ extras_require_serialization = [
"py-ubjson>=0.8.4" # Apache 2.0 license
]
# payload encryption (required for WAMP-cryptosign support!)
# TLS transport encryption
# WAMP-cryptosign end-to-end encryption
# WAMP-cryptosign authentication
os.environ['SODIUM_INSTALL'] = 'bundled' # enforce use of bundled libsodium
extras_require_encryption = [
'pyopenssl>=16.2.0', # Apache 2.0 license
'service_identity>=16.0.0', # MIT license
'pynacl>=1.0.1', # Apache license
'pytrie>=0.2', # BSD license
'pyqrcode>=1.1' # BSD license