Mercurial > code > home > repos > environment
view pyproject.toml @ 9:145779f2d79d
wedge in an allow-origin response for tests that aren't serving on our domain
author | drewp@bigasterisk.com |
---|---|
date | Sun, 07 May 2023 16:00:19 -0700 |
parents | 473d3d869849 |
children |
line wrap: on
line source
[project] name = "" version = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] license-expression = "MIT" dependencies = [ "rdfdb==0.24.0", "patchablegraph>=1.5.0", "prometheus-client>=0.13.1", "python-dateutil>=2.8.2", "sse-starlette>=0.10.3", "starlette-exporter>=0.12.0", "starlette>=0.19.1", "uvicorn[standard]>=0.17.6", "background-loop>=1.3.0", ] requires-python = ">=3.9" [build-system] requires = ["pdm-pep517>=0.12.0"] build-backend = "pdm.pep517.api" [[tool.pdm.source]] url = "https://projects.bigasterisk.com/" verify_ssl = true name = "home"