# Test requirements for jupyter-myst-build-proxy JupyterHub integration tests

# JupyterHub and dependencies
jupyterhub>=4.0.0
jupyter-server-proxy>=4.0.0
jupyterlab>=4.0.0

# Testing framework
pytest>=7.0.0
requests>=2.28.0

# MyST for building test sites
mystmd>=1.0.0

# Optional: for more advanced testing
pytest-timeout>=2.1.0
pytest-xdist>=3.0.0  # For parallel test execution
