2021-03-15 21:51:51 +00:00
|
|
|
[metadata]
|
|
|
|
name = imaginaerraum_door_admin
|
2021-04-10 12:18:44 +00:00
|
|
|
version = 0.0.9
|
2021-03-15 21:51:51 +00:00
|
|
|
author = Telos4
|
|
|
|
author_email = simon.pirkelmann@gmail.com
|
|
|
|
description = A simple web interface for our hackerspace's door token administration
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://git.imaginaerraum.de/Telos4/DoorAdmin
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://git.imaginaerraum.de/Telos4/DoorAdmin/issues
|
|
|
|
license = GPLv3
|
|
|
|
license_files = LICENSE
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
|
Operating System :: OS Independent
|
2022-01-23 11:33:20 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
python_requires = >=3.8
|
|
|
|
install_requires =
|
|
|
|
bleach
|
|
|
|
Flask
|
|
|
|
Flask-Mail
|
|
|
|
Flask-Security-Too
|
|
|
|
Flask-SQLAlchemy
|
|
|
|
Flask-WTF
|
|
|
|
email_validator
|
|
|
|
paho-mqtt
|
|
|
|
ldap3
|
|
|
|
wtforms
|
|
|
|
|
|
|
|
include_package_data = True
|
|
|
|
packages = find:
|
|
|
|
setup_requires =
|
|
|
|
wheel
|
|
|
|
tests_require = pytest>=3
|
|
|
|
zip_safe = False
|
|
|
|
scripts= bin/launch_webadmin
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
dev =
|
|
|
|
pytest
|
|
|
|
pytest-cov
|
|
|
|
pytest-flask
|
2022-01-25 18:38:19 +00:00
|
|
|
pytest-mock
|
2022-01-24 23:08:25 +00:00
|
|
|
flake8
|
|
|
|
selenium
|
|
|
|
beautifulsoup4
|