Skip to content

Commit aba61b9

Browse files
Remove litestar from deps
1 parent f19ed00 commit aba61b9

File tree

3 files changed

+4
-181
lines changed

3 files changed

+4
-181
lines changed

examples/poet_chat/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ version = "0.1.0"
44
description = "Fishjam voice agent example"
55
readme = "README.md"
66
requires-python = ">=3.11"
7-
dependencies = [
8-
"fishjam-server-sdk",
9-
"litestar[standard]>=2.17.0",
10-
"openai-agents[voice]>=0.2.11",
11-
]
7+
dependencies = ["fishjam-server-sdk", "openai-agents[voice]>=0.2.11"]
128

139
[tool.uv.sources]
1410
fishjam-server-sdk = { workspace = true }

examples/transcription/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ and uses [uv](https://docs.astral.sh/uv/) for dependency management.
88

99
## Running
1010

11-
Make sure to [install uv](https://docs.astral.sh/uv/getting-started/installation/) if you don't have it already.
11+
> ![NOTE] All commands should be run from the parent directory of this README
1212
13+
Make sure to [install uv](https://docs.astral.sh/uv/getting-started/installation/) if you don't have it already.
1314
Once you have `uv` installed, fetch the dependencies with
1415

1516
```bash
16-
uv sync --all-packages
17+
uv sync
1718
```
1819

1920
To run the app, you will need 3 environment variables:

0 commit comments

Comments
 (0)