view pyproject.toml @ 7:f0d549ec5e59 default tip

deployment and hostname
author drewp@bigasterisk.com
date Mon, 23 Sep 2024 01:24:48 -0700
parents b7b6d7f1ce56
children
line wrap: on
line source

[project]
name = "pi_mqtt"
version = "0.0.1"
description = ""
authors = [
    {name = "Drew Perttula", email = "drewp@bigasterisk.com"},
]
dependencies = [
    "ruff>=0.0.286",
    "starlette-exporter>=0.13.0",
    "starlette>=0.20.4",
    "uvicorn[standard]>=0.18.2",
    "pigpio>=1.78",
    "background-loop>=1.8.0",
]
requires-python = ">=3.11"
license = {text = "MIT"}

[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"

[[tool.pdm.source]]
url = "https://projects.bigasterisk.com/"
verify_ssl = true
name = "home"

[tool.ruff]
ignore = []

exclude = [
    ".hg",
    ".ruff_cache",
    ".venv",
    "__pypackages__",
    "dist",
    "node_modules",
]

line-length = 160

# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

target-version = "py311"

[tool.ectoscope]
cookiecutter-path = "/my/proj/ectoscope/cookie/skeleton"
cookiecutter-rev = "2462b4f9b0b4"