mirror of
https://github.com/django/daphne.git
synced 2025-07-12 08:52:18 +03:00
add h2 deps on setup.py
This commit is contained in:
parent
854f25b7bd
commit
d259d8e57f
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ setup(
|
||||||
'asgiref>=0.10',
|
'asgiref>=0.10',
|
||||||
'twisted>=15.5',
|
'twisted>=15.5',
|
||||||
'autobahn>=0.12',
|
'autobahn>=0.12',
|
||||||
|
'h2>=2.2'
|
||||||
],
|
],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'daphne = daphne.cli:CommandLineInterface.entrypoint',
|
'daphne = daphne.cli:CommandLineInterface.entrypoint',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user