mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
https://github.com/django/daphne HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP
14 lines
541 B
Diff
14 lines
541 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -24,9 +24,8 @@
|
|
include_package_data=True,
|
|
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"]
|
|
+ "tests": ["pytest-runner","hypothesis==4.23", "pytest~=3.10", "pytest-asyncio~=0.8"]
|
|
},
|
|
entry_points={
|
|
"console_scripts": ["daphne = daphne.cli:CommandLineInterface.entrypoint"]
|