mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
xmpp: Add yaml as install dependency in setup.py
This commit is contained in:
parent
dae7abd00f
commit
7bd9f41833
3
setup.py
3
setup.py
@ -115,7 +115,8 @@ setuptools.setup(
|
|||||||
'cherrypy >= 3.0',
|
'cherrypy >= 3.0',
|
||||||
'django >= 1.7.0',
|
'django >= 1.7.0',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'pygobject'
|
'pygobject',
|
||||||
|
'yaml'
|
||||||
],
|
],
|
||||||
tests_require=['coverage >= 3.7'],
|
tests_require=['coverage >= 3.7'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user