Skip to content

Commit

Permalink
ci: adding rich to daemon reqs (#2929)
Browse files Browse the repository at this point in the history
* ci: adding rich to daemon reqs

* style: fix overload and cli autocomplete

Co-authored-by: Jina Dev Bot <dev-bot@jina.ai>
  • Loading branch information
deepankarm and jina-bot committed Jul 13, 2021
1 parent 4e0a495 commit 3677342
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions extra-requirements.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
10 changes: 5 additions & 5 deletions jina/resources/extra-requirements.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3677342

Please sign in to comment.