comparison pyproject.toml @ 8:181a86533286

share Color with dimcurve
author drewp@bigasterisk.com
date Sun, 28 Jan 2024 16:51:36 -0800
parents 5a77696c6dab
children e3dbd04dab96
comparison
equal deleted inserted replaced
7:05fb0319eb64 8:181a86533286
8 dependencies = [ 8 dependencies = [
9 "ruff>=0.0.286", 9 "ruff>=0.0.286",
10 "starlette-exporter>=0.13.0", 10 "starlette-exporter>=0.13.0",
11 "starlette>=0.20.4", 11 "starlette>=0.20.4",
12 "uvicorn[standard]>=0.18.2", 12 "uvicorn[standard]>=0.18.2",
13
14 "background-loop>=1.3.0", 13 "background-loop>=1.3.0",
15 "patchablegraph>=1.5.0", 14 "patchablegraph>=1.5.0",
16 "rdfdb==0.24.0", 15 "rdfdb==0.24.0",
16 "dataclasses-json>=0.6.3",
17 ] 17 ]
18 requires-python = ">=3.11" 18 requires-python = ">=3.11"
19 license = {text = "MIT"} 19 license = {text = "MIT"}
20 20
21 [build-system] 21 [build-system]