Require installing Twisted TLS extras. (#257)

This commit is contained in:
Alan Rominger 2019-04-13 09:04:56 -04:00 committed by Carlton Gibson
parent 0be1d3ef01
commit a3494215cf

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"]