[requirements] add ldap3
This commit is contained in:
parent
d9a756b50e
commit
f99d0a0b64
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -40,7 +40,8 @@ setup(
|
|||
"pynetbox",
|
||||
"colorama",
|
||||
"etcd3 @ https://github.com/kragniz/python-etcd3/tarball/master#egg=etcd3",
|
||||
"marshmallow"
|
||||
"marshmallow",
|
||||
"ldap3"
|
||||
],
|
||||
scripts=["scripts/uncloud"],
|
||||
data_files=[
|
||||
|
|
Loading…
Reference in a new issue