# Python dependencies for nb-cli local execution and testing
# Install with: pip install -r requirements.txt

# Core dependencies for local notebook execution
nbclient>=0.8.0
nbformat>=5.9.0

# Required for execution tests
ipykernel>=6.0.0

# Note: These are only required for local mode execution
# Remote mode (connecting to Jupyter Server) doesn't need these
