py.lib.aw_web_tools

Yohn Y. 2024-02-27 Parent:06f00ec09030 Child:2d0e1f161f26

2:774c6728b7ff Go to Latest

py.lib.aw_web_tools/pyproject.toml

Added tag 0.202402.2 for changeset cb0dd8d1c0e9

History
1 [build-system]
2 # Minimum requirements for the build system to execute.
3 requires = [
4 "setuptools",
5 "wheel"
6 ] # PEP 508 specifications.
8 [project]
9 name = "aw_web_tools"
10 version = "0.202402.1"
11 requires-python = ">=3.8"
12 dependencies = [
13 "PyJWT>=2.8.0",
14 "bottle>=0.12.25",
15 ]
17 [project.urls]
18 src = "https://devel.a0fs.ru/py.lib.aw_web_tools/"