Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _localsetup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#
# PyYAML: YAML parsing for PUBLIC_SKILL_INDEX.yaml and other framework docs.
# Used by: tools/refresh_public_skill_index.py, tools/skill_index_scrub.py
PyYAML>=6.0
PyYAML>=6.0.3
#
# requests: HTTP client for URL probing and skill index refresh.
# Replaces manual urllib.request usage in scrub and refresh tools.
# Used by: tools/skill_index_scrub.py, tools/refresh_public_skill_index.py
requests>=2.28
requests>=2.34.0
#
# python-frontmatter: YAML frontmatter parsing for skill/PRD markdown files.
# Replaces fragile string-split frontmatter extraction.
Expand All @@ -19,12 +19,12 @@ python-frontmatter>=1.1
#
# cryptography: envelope encryption primitives (AES-GCM, HKDF, PBKDF2) for secure mail payload handling.
# Used by: skills/ls-mail-protocol-control/scripts/crypto_engine.py
cryptography>=42.0
cryptography>=48.0.0
#
# PGPy: pure-Python OpenPGP encryption/decryption support for secure mail exchange.
# Used by: skills/ls-mail-protocol-control/scripts/crypto_engine.py
PGPy>=0.6.0
#
# jsonschema: optional runtime validation of Agent Q inner manifest against manifest.schema.json.
# Used by: tools/agentq_transport_client/agentq_transport_client/manifest_validate.py
jsonschema>=4.0
jsonschema>=4.26.0
Loading