my eye

pyproject.toml

Raw

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "webint-system"
version = "0.0.29"
description = "manage your website's system"
homepage = "https://ragt.ag/code/projects/webint-system"
repository = "https://ragt.ag/code/projects/webint-system.git"
documentation = "https://ragt.ag/code/projects/webint-system/api"
authors = ["Angelo Gladding <angelo@ragt.ag>"]
license = "AGPL-3.0-or-later"
packages = [{include="webint_system"}]

[tool.pyright]
reportGeneralTypeIssues = false
reportOptionalMemberAccess = false

[tool.poetry.plugins."webapps"]
system = "webint_system:app"

[[tool.poetry.source]]
name = "main"
url = "https://ragt.ag/code/pypi"

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
webint = ">=0.0"
webagt = ">=0.0"

[tool.poetry.group.dev.dependencies]
gmpg = {path="../gmpg", develop=true}
webint = {path="../webint", develop=true}
webagt = {path="../webagt", develop=true}
newmath = {path="../newmath", develop=true}
sqlyte = {path="../sqlyte", develop=true}
microformats = {path="../python-microformats", develop=true}