ldapweb/pyproject.toml

25 lines
431 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 20:42:12 +00:00
Flask = "^2.3"
Flask-WTF = "^1"
itsdangerous = "^2.0"
Jinja2 = "^3.0"
2023-09-19 20:20:48 +00:00
kerberos = "^1.3.0"
MarkupSafe = "^2.0"
pillow = "^10.0.1"
2023-09-19 20:20:48 +00:00
python-ldap = "^3.2.0"
2023-09-19 20:14:09 +00:00
uWSGI = "^2.0"
Werkzeug = "^2.0"
2023-09-19 20:42:12 +00:00
WTForms = "^3"
2023-09-19 19:28:35 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"