add h2 deps on setup.py

This commit is contained in:
Florent D'halluin 2016-04-04 22:18:58 +02:00
parent 854f25b7bd
commit d259d8e57f

View File

@ -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',