xmpp: Add yaml as install dependency in setup.py

This commit is contained in:
Sunil Mohan Adapa 2015-03-29 23:53:29 +05:30
parent dae7abd00f
commit 7bd9f41833

View File

@ -115,7 +115,8 @@ setuptools.setup(
'cherrypy >= 3.0',
'django >= 1.7.0',
'django-bootstrap-form',
'pygobject'
'pygobject',
'yaml'
],
tests_require=['coverage >= 3.7'],
include_package_data=True,