Pin to asgiref~=3.0

This commit is contained in:
Tom Christie 2019-03-22 10:49:18 +00:00
parent 43954cd883
commit 79deb3ec44

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.0"],
install_requires=["twisted>=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"]