We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db741a6 + d07ec88 commit 0656244Copy full SHA for 0656244
CHANGELOG.rst
@@ -14,6 +14,8 @@ Unreleased
14
15
**Changed**
16
17
+* Added ``tls`` to the twisted requirement (#111).
18
+
19
**Fixed**
20
21
**Deprecated**
setup.py
@@ -16,7 +16,7 @@
if sys.platform == "cli":
requirements = []
else:
- requirements = ["autobahn>=17.10", "twisted>=17.9"]
+ requirements = ["autobahn>=17.10", "twisted[tls]>=17.9"]
22
def read(*names, **kwargs):
0 commit comments