From 3677342462c5ba6195d722feabef9420d4a85970 Mon Sep 17 00:00:00 2001 From: Deepankar Mahapatro Date: Tue, 13 Jul 2021 07:09:36 +0530 Subject: [PATCH] ci: adding rich to daemon reqs (#2929) * ci: adding rich to daemon reqs * style: fix overload and cli autocomplete Co-authored-by: Jina Dev Bot --- extra-requirements.txt | 10 +++++----- jina/resources/extra-requirements.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extra-requirements.txt b/extra-requirements.txt index 7efd49e5f7f18..6e097efc405c6 100644 --- a/extra-requirements.txt +++ b/extra-requirements.txt @@ -25,9 +25,9 @@ fastapi: devel, cicd, http, test, daemon, chatbot, multimodal uvicorn[standard]>=0.14.0: devel, cicd, http, test, daemon, chatbot, multimodal, standard fluent-logger: logging, http, sse, dashboard, devel, cicd, daemon docker: devel, cicd, network, hub, daemon, standard -pathspec: devel, cicd, hub, standard -rich: devel, standard, hub, cicd -cryptography: devel, cicd, hub, standard +pathspec: devel, cicd, hub, standard, daemon +rich: devel, standard, hub, cicd, daemon +cryptography: devel, cicd, hub, standard, daemon filelock: devel, cicd, hub, standard requests: http, devel, cicd, daemon, standard torch>=1.1.0: framework, cicd, chatbot, multimodal @@ -58,10 +58,10 @@ websockets: http, devel, cicd, daemon, client, standard pydantic: http, devel, cicd, daemon, chatbot, multimodal, standard python-multipart: http, devel, cicd, daemon, standard aiofiles: devel, cicd, http, daemon, standard -aiohttp: devel, cicd, http, async, client, standard +aiohttp: devel, cicd, http, async, client, standard, daemon pytest-custom_exit_code: test bs4: cicd -aiostream: devel, cicd, async, client, standard +aiostream: devel, cicd, async, client, standard, daemon jsonschema: cicd dgl==0.6.1: cicd, graph black==20.8b1: cicd diff --git a/jina/resources/extra-requirements.txt b/jina/resources/extra-requirements.txt index 7efd49e5f7f18..6e097efc405c6 100644 --- a/jina/resources/extra-requirements.txt +++ b/jina/resources/extra-requirements.txt @@ -25,9 +25,9 @@ fastapi: devel, cicd, http, test, daemon, chatbot, multimodal uvicorn[standard]>=0.14.0: devel, cicd, http, test, daemon, chatbot, multimodal, standard fluent-logger: logging, http, sse, dashboard, devel, cicd, daemon docker: devel, cicd, network, hub, daemon, standard -pathspec: devel, cicd, hub, standard -rich: devel, standard, hub, cicd -cryptography: devel, cicd, hub, standard +pathspec: devel, cicd, hub, standard, daemon +rich: devel, standard, hub, cicd, daemon +cryptography: devel, cicd, hub, standard, daemon filelock: devel, cicd, hub, standard requests: http, devel, cicd, daemon, standard torch>=1.1.0: framework, cicd, chatbot, multimodal @@ -58,10 +58,10 @@ websockets: http, devel, cicd, daemon, client, standard pydantic: http, devel, cicd, daemon, chatbot, multimodal, standard python-multipart: http, devel, cicd, daemon, standard aiofiles: devel, cicd, http, daemon, standard -aiohttp: devel, cicd, http, async, client, standard +aiohttp: devel, cicd, http, async, client, standard, daemon pytest-custom_exit_code: test bs4: cicd -aiostream: devel, cicd, async, client, standard +aiostream: devel, cicd, async, client, standard, daemon jsonschema: cicd dgl==0.6.1: cicd, graph black==20.8b1: cicd