view pyproject.toml @ 27:27a754f8e8f8

deployment fixes
author drewp@bigasterisk.com
date Sat, 14 Oct 2023 17:08:36 -0700
parents 071943adf000
children 1fa90a903621
line wrap: on
line source

[tool]

[tool.pdm]

[project]
name = ""
version = ""
description = ""
authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
dependencies = [
    "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"