Skip to content
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ archiver-mongodb = [
"pymongo>=4.0",
]

# QuestDB archiver connector backend
archiver-questdb = [
"asyncpg>=0.29",
]

# Facility knowledge / ontology support (OKF markdown bundles, RDF reasoning)
knowledge = [
"rdflib>=7.0",
Expand Down Expand Up @@ -246,6 +251,7 @@ module = [
"pyepics.*",
"podman.*",
"pymongo.*",
"asyncpg.*",
]
ignore_missing_imports = true

Expand Down
Loading
Loading