CI / Build and push docker image (push) Successful in 2m52s
- Launcher now only injects --interface/--host/--port when the matching GRANIAN_* env var is unset, so every granian option (GRANIAN_LOOP, GRANIAN_WORKERS, GRANIAN_HTTP, GRANIAN_HOST, GRANIAN_PORT, ...) can be configured via granian's standard GRANIAN_* environment variables - Add the rloop event loop as a runtime dependency so GRANIAN_LOOP=rloop works out of the box (previously failed with a missing 'rloop' package)
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
# runtime dependencies of kaya-rbcs
|
|
# (see pyproject.toml: [project] dependencies + [project.optional-dependencies] server)
|
|
kaya-core
|
|
aiomcache
|
|
kaya-rsgi
|
|
granian
|
|
rloop
|