CI / Build and push docker image (push) Successful in 2m57s
- KayaApp with GET/PUT recursive routes backed by memcached (aiomcache) - env-based configuration, metadata-aware value encoding, key prefix/digest - Granian RSGI launcher (rbcs-server / python -m kaya_rbcs) - pinned requirements via pip-compile, alpine:3.24 Dockerfile with healthcheck - offline tests using an in-process fake memcached - Gitea Actions workflow to build and push the multi-arch Docker image
7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
# runtime dependencies of kaya-rbcs
|
|
# (see pyproject.toml: [project] dependencies + [project.optional-dependencies] server)
|
|
kaya-core
|
|
aiomcache
|
|
kaya-rsgi
|
|
granian
|