add TLS deps for extras_require_encryption by default
This commit is contained in:
6
setup.py
6
setup.py
@@ -100,9 +100,13 @@ extras_require_serialization = [
|
|||||||
"py-ubjson>=0.8.4" # Apache 2.0 license
|
"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
|
os.environ['SODIUM_INSTALL'] = 'bundled' # enforce use of bundled libsodium
|
||||||
extras_require_encryption = [
|
extras_require_encryption = [
|
||||||
|
'pyopenssl>=16.2.0', # Apache 2.0 license
|
||||||
|
'service_identity>=16.0.0', # MIT license
|
||||||
'pynacl>=1.0.1', # Apache license
|
'pynacl>=1.0.1', # Apache license
|
||||||
'pytrie>=0.2', # BSD license
|
'pytrie>=0.2', # BSD license
|
||||||
'pyqrcode>=1.1' # BSD license
|
'pyqrcode>=1.1' # BSD license
|
||||||
|
Reference in New Issue
Block a user