-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
17 lines (17 loc) · 876 Bytes
/
requirements.txt
File metadata and controls
17 lines (17 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ============================================================================
# ZERO DEPENDENCIES REQUIRED
# ============================================================================
# This file is documentation only. Do NOT run `pip install -r requirements.txt`.
#
# All 6 Python scripts use the standard library only:
# blackboard.py, swarm_guard.py, check_permission.py,
# validate_token.py, revoke_token.py, context_manager.py
#
# Standard library modules used:
# argparse, json, os, re, sys, time, hashlib, uuid, datetime, pathlib,
# typing, contextlib, fcntl (Unix; file-lock fallback on Windows)
#
# ── OPTIONAL (for development only, not required to run the skill) ──────────
# filelock>=3.0.0 # Cross-platform file locking (Windows production)
# mypy>=1.0.0 # Static type checking
# pytest>=7.0.0 # Running the test suite