Package dependency graph¶
Each arrow reads depends on. This diagram is generated from the
dependencies declared in each published without* package's
pyproject.toml, so it cannot drift out of sync with the actual
workspace edges.
graph BT
without_core[without-core]
without_asgi[without-asgi]
without_configmap[without-configmap]
without_dag[without-dag]
without_durability[without-durability]
without_durability_postgres[without-durability-postgres]
without_durability_redis[without-durability-redis]
without_durability_sqlite[without-durability-sqlite]
without_env[without-env]
without_http[without-http]
without_logging[without-logging]
without_web[without-web]
without_asgi --> without_core
without_configmap --> without_core
without_dag --> without_core
without_durability --> without_core
without_durability --> without_dag
without_durability_postgres --> without_durability
without_durability_redis --> without_durability
without_durability_sqlite --> without_durability
without_env --> without_core
without_http --> without_asgi
without_http --> without_core
without_logging --> without_core
without_web --> without_asgi
without_web --> without_core