Skip to content

Commit d165bcb

Browse files
fix(deps): move textual to crewai-cli and add certifi
1 parent fa62873 commit d165bcb

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

lib/cli/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ dependencies = [
2222
"packaging>=23.0",
2323
"python-dotenv>=1.2.2,<2",
2424
"uv~=0.11.6",
25+
"textual>=7.5.0",
26+
"certifi",
2527
]
2628

2729
[project.urls]

lib/crewai/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ dependencies = [
2828
# Authentication and Security
2929
"python-dotenv>=1.2.2,<2",
3030
"pyjwt>=2.9.0,<3",
31-
# TUI
32-
"textual>=7.5.0",
3331
# Configuration and Utils
3432
"click~=8.1.7",
3533
"appdirs~=1.4.4",

uv.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)