Update setup.py (#218)

Update daphne version in setup.py
This commit is contained in:
Vikalp Jain 2016-06-23 02:07:32 +05:30 committed by Andrew Godwin
parent 2e3e39cd6c
commit 98c9db3ba5

View File

@ -14,6 +14,6 @@ setup(
install_requires=[
'Django>=1.8',
'asgiref>=0.13',
'daphne>=0.12',
'daphne>=0.13',
]
)