mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Unpinned test dependencies.
This commit is contained in:
parent
36ce9fd1ed
commit
060e67b107
2
setup.py
2
setup.py
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user