Skip to content

Commit 77f2ee4

Browse files
committed
deployment: Fix pip install brainframe-cli ERROR
The following happens when I install on ubuntu 2004, pip install brainframe_cli-0.3.0-py3-none-any.whl ERROR: docker-compose 1.29.2 has requirement websocket-client<1,>=0.32.0, but you'll have websocket-client 1.8.0 which is incompatible.
1 parent daa904e commit 77f2ee4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deployment/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ packaging = "^20.4"
2424
requests = "^2.24.0"
2525
docker-compose = "^1.29.2"
2626
docker = ">4.3.1,<7.0.0"
27+
websocket-client = ">=0.32.0,<1.0"
2728

2829
[tool.poetry.dev-dependencies]
2930
black = "*"

0 commit comments

Comments
 (0)