ldapweb/pyproject.toml

24 lines
424 B
TOML
Raw Normal View History

2023-09-19 19:28:35 +00:00
[tool.poetry]
name = "ldap-web"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
[tool.poetry.dependencies]
2023-09-19 20:14:09 +00:00
python = "~3.11"
2023-09-19 19:28:35 +00:00
Flask = "1.1.1"
Flask-WTF = "0.14.2"
itsdangerous = "1.1.0"
Jinja2 = "2.10.3"
kerberos = "1.3.0"
MarkupSafe = "1.1.1"
python-ldap = "3.2.0"
2023-09-19 20:14:09 +00:00
uWSGI = "^2.0"
2023-09-19 19:28:35 +00:00
Werkzeug = "0.16.0"
WTForms = "2.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"