# JupyterLab AI Agent - Python Dependencies
# Install with: pip install -r requirements.txt

# Core Jupyter dependencies
jupyterlab>=4.0.0,<5
jupyter_server>=2.0.0

# Build tools (for development)
hatchling>=1.5.0
hatch-nodejs-version>=0.3.2
hatch-jupyter-builder>=0.5

# Testing (optional)
pytest>=7.0.0
pytest-cov>=4.0.0

# Linting and formatting (for development)
ruff>=0.1.0
