view pyproject.toml @ 1:db1ee14b922d

a little more to get presubmit working
author drewp@bigasterisk.com
date Fri, 15 Mar 2024 23:24:59 -0700
parents fa108e01b284
children b4dc3eb1f92b
line wrap: on
line source

[project]
name = "rdferry"
version = "0.1.0"
description = "ferry RDF graphs around"
authors = [
    {name = "drew", email = "drewp@bigasterisk.com"},
]
dependencies = [
    "rdflib>=7.0.0",
    "uvicorn>=0.28.0",
    "starlette>=0.37.2",
    "prometheus-client>=0.20.0",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"


[tool.pdm]
distribution = true