mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
deps: add PyYAML and GitPython to ai-requirements.txt
Add missing dependencies for the external skills repository feature: - PyYAML>=6.0.0: for loading YAML skill files - GitPython>=3.1.0: for Git operations (clone/pull) on skills repo These dependencies are required by the SkillsManager and SkillsLoader classes introduced in commit e68cc17e. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e68cc17ed5
commit
27051a89ad
@ -43,4 +43,8 @@ python-dotenv>=1.2.1
|
||||
PyJWT>=2.10.1
|
||||
psycopg-pool>=3.1.0
|
||||
|
||||
# Skills Repository Management
|
||||
PyYAML>=6.0.0
|
||||
GitPython>=3.1.0
|
||||
|
||||
# Note: httpx is only for testing (in dev-requirements.txt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user