new python dependency: requests

We depend on requests for handling the http requests for the nuki
backend.

Signed-off-by: Thomas Schmid <tom@lfence.de>
This commit is contained in:
Thomas 2022-11-17 19:23:43 +01:00
parent f89c9a86c9
commit 5fd4a5c8c1
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ setup(name="pydoorlock", version=version,
url="https://github.com/Binary-Kitchen/doorlockd/",
author_email="ralf@binary-kitchen.de",
packages=find_packages(),
install_requires=["Flask", "Flask-WTF", "pyserial", "python-ldap"],
install_requires=["Flask", "Flask-WTF", "pyserial", "python-ldap", "requests"],
)