|
@@ -17,7 +17,7 @@ index 64e94f1..4e3abb0 100755
|
|
|
@@ -23,7 +23,6 @@ setup(
|
|
|
packages=find_packages() + ["twisted.plugins"],
|
|
|
include_package_data=True,
|
|
|
- install_requires=["twisted>=18.7", "autobahn>=0.18", "asgiref~=3.0"],
|
|
|
+ install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref~=3.2"],
|
|
|
- setup_requires=["pytest-runner"],
|
|
|
extras_require={
|
|
|
"tests": ["hypothesis~=3.88", "pytest~=3.10", "pytest-asyncio~=0.8"]
|