cap Twisted dependency below 21

This commit is contained in:
Jiri Suchan 2021-03-01 10:12:37 +07:00
parent aac4708a61
commit f995346507

View File

@ -22,7 +22,7 @@ setup(
package_dir={"twisted": "daphne/twisted"},
packages=find_packages() + ["twisted.plugins"],
include_package_data=True,
install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref>=3.2.10,<4"],
install_requires=["twisted[tls]>=18.7,<21", "autobahn>=0.18", "asgiref>=3.2.10,<4"],
python_requires='>=3.6',
setup_requires=["pytest-runner"],
extras_require={