py.lib.aw_web_tools

Yohn Y. 2024-05-05 Parent:4d3b509e0967 Child:b9fd029be707

7:abfbff81c1fb Go to Latest

py.lib.aw_web_tools/pyproject.toml

* Решение проблемы с зависимостями

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 dynamic = ["version", "description"]
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/"