diff --git a/setup.py b/setup.py index 0160c00..b6cfdc8 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref~=3.0"], setup_requires=["pytest-runner"], extras_require={ - "tests": ["hypothesis~=4.23", "pytest~=3.10", "pytest-asyncio~=0.8"] + "tests": ["hypothesis==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"] }, entry_points={ "console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]