pre-commit fixes

This commit is contained in:
pre-commit 2021-11-09 14:35:05 +00:00
parent 3fdaecf7d4
commit e35d3f8c5f

View File

@ -25,9 +25,7 @@ setup(
install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref>=3.2.10,<4"],
python_requires=">=3.6",
setup_requires=["pytest-runner"],
extras_require={
"tests": ["hypothesis", "pytest", "pytest-asyncio"]
},
extras_require={"tests": ["hypothesis", "pytest", "pytest-asyncio"]},
entry_points={
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
},