view pyproject.toml @ 17:071943adf000

dnd a file or a url which we'll queue and fetch
author drewp@bigasterisk.com
date Sun, 16 Apr 2023 03:19:33 -0700
parents 53d99454f394
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"