Skip to content

Commit c7e5487

Browse files
committed
Fixup the dependencies for the AI caching test.
1 parent 3027324 commit c7e5487

File tree

2 files changed

+115
-6
lines changed

2 files changed

+115
-6
lines changed

python/example-pytest-selfie/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ readme = "README.md"
1313
requires-python = ">=3.9"
1414
dependencies = [
1515
"flask>=3.0.3",
16-
"openai>=1.0.0",
1716
]
1817

1918
[tool.uv.sources]
@@ -24,9 +23,11 @@ pytest-selfie = { path = "../pytest-selfie", editable = true }
2423
dev = [
2524
"beautifulsoup4>=4.12.3",
2625
"markdownify>=0.12.1",
26+
"openai>=1.0.0",
2727
"pyright>=1.1.350",
2828
"pytest-selfie>=0.1.0",
2929
"pytest>=8.0.0",
30+
"requests>=2.32.3",
3031
"ruff>=0.5.0",
3132
"selfie-lib>=0.1.0",
3233
"werkzeug>=3.0.3",

0 commit comments

Comments
 (0)