ah ofc, it goes *there*
This commit is contained in:
parent
90b0ac953b
commit
bec130fc0b
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ plugin_url = "https://github.com/gillg/OctoPrint-LDAP"
|
||||||
plugin_license = "AGPLv3"
|
plugin_license = "AGPLv3"
|
||||||
|
|
||||||
# Any additional requirements besides OctoPrint should be listed here
|
# Any additional requirements besides OctoPrint should be listed here
|
||||||
plugin_requires = ["python-ldap","uuid"]
|
plugin_requires = ["python-ldap","uuid","ldap3"]
|
||||||
|
|
||||||
# Additional package data to install for this plugin. The subfolders "templates", "static" and "translations" will
|
# Additional package data to install for this plugin. The subfolders "templates", "static" and "translations" will
|
||||||
# already be installed automatically if they exist.
|
# already be installed automatically if they exist.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user