This commit is contained in:
Carlton Gibson 2021-11-09 14:34:15 +00:00 committed by GitHub
commit 3fdaecf7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ setup(
python_requires=">=3.6",
setup_requires=["pytest-runner"],
extras_require={
"tests": ["hypothesis==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"]
"tests": ["hypothesis", "pytest", "pytest-asyncio"]
},
entry_points={
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]