Twisted tls extras are required by default

This commit is contained in:
AlanCoding 2019-04-12 11:04:06 -04:00
parent 1759643f1f
commit 5858ce4545
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -22,7 +22,7 @@ setup(
package_dir={"twisted": "daphne/twisted"},
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.0"],
setup_requires=["pytest-runner"],
extras_require={
"tests": ["hypothesis~=3.88", "pytest~=3.10", "pytest-asyncio~=0.8"]