comparison pyproject.toml @ 1:3b82ee3b9d79

cleanup
author drewp@bigasterisk.com
date Sun, 27 Aug 2023 11:20:30 -0700
parents 4365c72c59f6
children f3786656cf4f
comparison
equal deleted inserted replaced
0:4365c72c59f6 1:3b82ee3b9d79
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 "background-loop>=1.3.0",
14 "patchablegraph>=1.5.0", 13 "patchablegraph>=1.5.0",
15 "rdfdb==0.24.0", 14 "rdfdb==0.24.0",
16 "aiomqtt>=1.1.0", 15 "aiomqtt>=1.1.0",
17 "yapf>=0.40.1",
18 "jwskate>=0.9.0", 16 "jwskate>=0.9.0",
19 ] 17 ]
20 requires-python = ">=3.11" 18 requires-python = ">=3.11"
21 license = {text = "MIT"} 19 license = {text = "MIT"}
22 20