mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Fixing test dependencies to actual versions
This commit is contained in:
parent
1b77e247f8
commit
67cfa98b00
4
setup.py
4
setup.py
|
@ -24,7 +24,9 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=["twisted>=18.7", "autobahn>=0.18"],
|
install_requires=["twisted>=18.7", "autobahn>=0.18"],
|
||||||
setup_requires=["pytest-runner"],
|
setup_requires=["pytest-runner"],
|
||||||
extras_require={"tests": ["hypothesis", "pytest", "pytest-asyncio~=0.8"]},
|
extras_require={
|
||||||
|
"tests": ["hypothesis~=3.88", "pytest~=3.10", "pytest-asyncio~=0.8"]
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
|
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user