mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
adding missing dependancy PyYAML
This commit is contained in:
parent
4aac712286
commit
17b8aa6406
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue