Skip to content

Commit

Permalink
feat(console-rs+): add some deps for pretty console with colors and s…
Browse files Browse the repository at this point in the history
…uch (#53)

* add some deps for pretty console

* add some console methods to the context

* ...
  • Loading branch information
skyl authored Nov 17, 2024
1 parent 8a0fc5e commit b5d7c53
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
PYTHONPATH: "/workspace/py/packages"
REDIS_URL: "redis://redis:6379/0"
OPENAI_API_KEY: "${OPENAI_API_KEY}"
GITHUB_TOKEN: "${GITHUB_TOKEN}"
command: python manage.py runserver 0.0.0.0:8877
working_dir: /workspace/py/packages/corpora_proj
depends_on:
Expand Down Expand Up @@ -67,6 +66,7 @@ services:
PYTHONPATH: "/workspace/py/packages"
CORPORA_CLIENT_ID: "${CORPORA_CLIENT_ID}"
CORPORA_CLIENT_SECRET: "${CORPORA_CLIENT_SECRET}"
GITHUB_TOKEN: "${GITHUB_TOKEN}"
command: sleep infinity
working_dir: /workspace

Expand Down
Loading

0 comments on commit b5d7c53

Please sign in to comment.