Skip to content

Commit

Permalink
Only require pillow and playwright for evals
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed May 20, 2024
1 parent 769579a commit 50681e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ dependencies = [
"uvicorn>=0.25.0",
"fastapi-sso>=0.13.0",
"boto3>=1.34.67",
"Pillow>=8.3.1",
"playwright>=1.41.0",
]
name = "openui"
version = "0.3.1"
Expand Down Expand Up @@ -40,5 +38,7 @@ test = ["pytest", "pre-commit"]
eval = [
"beautifulsoup4>=4.0.0",
"mistletoe>=1.0.0",
"Pillow>=8.3.1",
"playwright>=1.41.0",
]
tui = ["textual[syntax]>=0.49.0", "pyperclip>=1.8.2"]

0 comments on commit 50681e0

Please sign in to comment.