fix(deps): move textual to crewai-cli and add certifi
Some checks failed
Check Documentation Broken Links / Check broken links (push) Waiting to run
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled

This commit is contained in:
Greyson LaLonde
2026-05-07 04:40:08 +08:00
committed by GitHub
parent fa6287327d
commit d165bcb65f
3 changed files with 6 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ dependencies = [
"packaging>=23.0",
"python-dotenv>=1.2.2,<2",
"uv~=0.11.6",
"textual>=7.5.0",
"certifi",
]
[project.urls]

View File

@@ -28,8 +28,6 @@ dependencies = [
# Authentication and Security
"python-dotenv>=1.2.2,<2",
"pyjwt>=2.9.0,<3",
# TUI
"textual>=7.5.0",
# Configuration and Utils
"click~=8.1.7",
"appdirs~=1.4.4",