# Experiment
jupyter==1.0.0
ipympl==0.9.3

# Debug
debugpy==1.6.6

# For `python` via `pythonrc.py`
rich==13.3.1

# Terminal experiments
ipython==8.11.0

# Format
autoflake==2.0.1
black==23.1.0  # doesn't follow semver

# Lint
sourcery-cli==1.0.6
flake8-codes==0.2.2  # flake8 error code introspection

# Profiling
snakeviz==2.1.1

# Pre-commit
pre-commit==3.1.1

# For local publishing to PyPi with flit
keyring==23.13.1

-r requirements_both.txt
