Pin twisted and autobahn version

to prevent breaking major changes from coming in by surprise and causing bugs
This commit is contained in:
Caleb Collins-Parks 2021-11-01 16:04:45 -07:00 committed by GitHub
parent 36ce9fd1ed
commit c46a26c1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,<22", "autobahn>=0.18,<22", "asgiref>=3.2.10,<4"],
python_requires=">=3.6",
setup_requires=["pytest-runner"],
extras_require={