mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-10-31 22:47:05 +01:00
setup: specify requirements
This commit is contained in:
parent
5419d4587a
commit
b086696879
7
setup.py
7
setup.py
@ -17,6 +17,9 @@ with open("VERSION") as version_file:
|
||||
|
||||
setup(name="pydoorlock", version=version,
|
||||
description="A Python interface for doorlock",
|
||||
license="GPLv2", url="https://github.com/Binary-Kitchen/doorlockd/",
|
||||
license="GPLv2",
|
||||
url="https://github.com/Binary-Kitchen/doorlockd/",
|
||||
author_email="ralf@binary-kitchen.de",
|
||||
packages=find_packages())
|
||||
packages=find_packages(),
|
||||
install_requires=["Flask", "Flask-WTF", "pyserial", "python-ldap"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user