view pyproject.toml @ 26:20fa84102643

add loginbar
author drewp@bigasterisk.com
date Thu, 29 Jun 2023 13:57:47 -0700
parents 071943adf000
children 27a754f8e8f8
line wrap: on
line source

[tool]

[tool.pdm]

[project]
name = ""
version = ""
description = ""
authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
dependencies = [
    "cyclone",
    "docopt",
    "pymongo==3.10.1",
    "python-dateutil==2.8.1",
    "prometheus-client>=0.16.0",
    "starlette-exporter>=0.15.1",
    "starlette>=0.26.1",
    "uvicorn>=0.21.1",
    "watchgod>=0.8.2",
    "sse-starlette>=1.3.3",
    "mongo-queue-service>=0.1.8",
]
requires-python = ">=3.10"
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"