mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
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:
parent
f89c9a86c9
commit
5fd4a5c8c1
2
setup.py
2
setup.py
@ -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"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user