py.lib.aw_web_tools

Yohn Y. 2024-02-27 Parent:2d0e1f161f26 Child:4d3b509e0967

4:d20943f0eadf Go to Latest

py.lib.aw_web_tools/pyproject.toml

Added tag 0.202402.2 for changeset 2d0e1f161f26

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.2"
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/"