py.lib.aw_web_tools

Yohn Y. 2025-10-19 Parent:645c171efc96

18:ef3533b0a3e8 Go to Latest

py.lib.aw_web_tools/pyproject.toml

.. v1.202510.3 * Логическая ошибка в процедуре фильтрации групп пользователя

History
1 [build-system]
2 # Minimum requirements for the build system to execute.
3 requires = [
4 "wheel",
5 "setuptools"
6 ] # PEP 508 specifications.
8 [project]
9 name = "aw_web_tools"
10 dynamic = ["version", "description"]
11 requires-python = ">=3.9"
12 license = "BSD-3-Clause"
13 dependencies = [
14 "PyJWT>=2.8.0",
15 "bottle>=0.12.25",
16 ]
19 [project.urls]
20 documentation = "https://devel.a0fs.ru/lib.py/aw_web_tools/root"
21 source = "https://repo.devel.a0fs.ru/py.lib.aw_web_tools/"
22 download = "https://py-repo.devel.a0fs.ru"
25 [[project.authors]]
26 name = 'awgur'
27 email = 'devel@a0fs.ru'