mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Unpinned test dependencies. (#391)
This commit is contained in:
parent
36ce9fd1ed
commit
15a754d903
4
setup.py
4
setup.py
|
@ -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==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"]
|
||||
},
|
||||
extras_require={"tests": ["hypothesis", "pytest", "pytest-asyncio"]},
|
||||
entry_points={
|
||||
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user