ah ofc, it goes *there*
This commit is contained in:
parent
90b0ac953b
commit
bec130fc0b
4
setup.py
4
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.
|
||||||
|
@ -62,4 +62,4 @@ setup(**octoprint_setuptools.create_plugin_setup_parameters(
|
||||||
license=plugin_license,
|
license=plugin_license,
|
||||||
requires=plugin_requires,
|
requires=plugin_requires,
|
||||||
additional_data=plugin_additional_data
|
additional_data=plugin_additional_data
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user