1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-01 16:48:06 +02:00

adding missing dependancy PyYAML

This commit is contained in:
kakwa 2015-05-12 11:31:58 +02:00
parent 4aac712286
commit 17b8aa6406

View File

@ -19,6 +19,7 @@ if sys.version_info[0] == 2:
install_requires = [
'CherryPy >= 3.0.0',
'python-ldap',
'PyYAML',
'Mako'
],
elif sys.version_info[0] == 3: