ah ofc, it goes *there*

master
cazagen 5 years ago
parent 90b0ac953b
commit bec130fc0b
  1. 4
      setup.py

@ -33,7 +33,7 @@ plugin_url = "https://github.com/gillg/OctoPrint-LDAP"
plugin_license = "AGPLv3"
# 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
# already be installed automatically if they exist.
@ -62,4 +62,4 @@ setup(**octoprint_setuptools.create_plugin_setup_parameters(
license=plugin_license,
requires=plugin_requires,
additional_data=plugin_additional_data
))
))

Loading…
Cancel
Save