py.lib.aw_web_tools

Yohn Y. 2024-02-25 Child:2d0e1f161f26

0:06f00ec09030 Go to Latest

py.lib.aw_web_tools/pyproject.toml

..init

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pyproject.toml	Sun Feb 25 15:18:36 2024 +0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +[build-system]
     1.5 +# Minimum requirements for the build system to execute.
     1.6 +requires = [
     1.7 +    "setuptools",
     1.8 +    "wheel"
     1.9 +]  # PEP 508 specifications.
    1.10 +
    1.11 +[project]
    1.12 +name = "aw_web_tools"
    1.13 +version = "0.202402.1"
    1.14 +requires-python = ">=3.8"
    1.15 +dependencies = [
    1.16 +    "PyJWT>=2.8.0",
    1.17 +    "bottle>=0.12.25",
    1.18 +]
    1.19 +
    1.20 +[project.urls]
    1.21 +src = "https://devel.a0fs.ru/py.lib.aw_web_tools/"
    1.22 \ No newline at end of file