comparison pyproject.toml @ 84:5f7ae444ecae

more custom namespaces in debug graph displays
author drewp@bigasterisk.com
date Sat, 07 Sep 2024 16:13:55 -0700
parents ab54c9f65f76
children
comparison
equal deleted inserted replaced
83:7f50e5bb30f5 84:5f7ae444ecae
13 "google-api-python-client>=2.107.0", 13 "google-api-python-client>=2.107.0",
14 "oauth2client>=4.1.3", 14 "oauth2client>=4.1.3",
15 "rdflib>=7.0.0", 15 "rdflib>=7.0.0",
16 "starlette-exporter>=0.17.1", 16 "starlette-exporter>=0.17.1",
17 "starlette>=0.32.0post1", 17 "starlette>=0.32.0post1",
18 "patchablegraph>=1.5.0", 18 "patchablegraph>=1.6.0",
19 "rdfdb==0.24.0", 19 "rdfdb==0.24.0",
20 "background-loop>=1.8.0", 20 "background-loop>=1.8.0",
21 "htmlgenerator>=1.2.28", 21 "htmlgenerator>=1.2.28",
22 ] 22 ]
23 requires-python = ">=3.11" 23 requires-python = ">=3.11"