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)
34 lines
820 B
Plaintext
34 lines
820 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.14
|
|
# by the following command:
|
|
#
|
|
# pip-compile --extra-index-url=https://pypi.org/simple --index-url=https://gitea.woggioni.net/api/packages/woggioni/pypi/simple --output-file=requirements.txt requirements.in
|
|
#
|
|
--index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple
|
|
--extra-index-url https://pypi.org/simple
|
|
|
|
aiomcache==0.8.2
|
|
# via -r requirements.in
|
|
click==8.4.2
|
|
# via granian
|
|
granian==2.7.9
|
|
# via
|
|
# -r requirements.in
|
|
# kaya-rsgi
|
|
kaya-core==0.0.1
|
|
# via
|
|
# -r requirements.in
|
|
# kaya-rsgi
|
|
kaya-rsgi==0.0.1
|
|
# via -r requirements.in
|
|
pwo==0.1.2
|
|
# via
|
|
# kaya-core
|
|
# kaya-rsgi
|
|
rloop==0.3.1
|
|
# via -r requirements.in
|
|
typing-extensions==4.16.0
|
|
# via
|
|
# kaya-core
|
|
# pwo
|