# Project-specific
-r requirements_project.txt

# Bump
toml~=0.10.2

# Build
flit~=3.8.0

# Type checking
pyright==1.1.283

# Type checking dependencies
IPython~=8.7.0

# Lint
flake8~=5.0.4
flake8-absolute-import~=1.0.0.1
flake8-bandit~=4.1.1
flake8-black~=0.3.3
flake8-builtins~=2.0.0
flake8-bugbear~=22.12.6
flake8-comprehensions~=3.10.0
flake8-fixme~=1.1.1
flake8-noqa~=1.3.0
pep8-naming~=0.13.2

# Test
pytest~=7.2.0
pytest-cov~=4.0.0

# Document
-r requirements_docs.txt
