# Project-specific
-r requirements_project.txt

# Bump
toml~=0.10.2

# Build
flit~=3.7.1

# 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.10.25
flake8-comprehensions~=3.10.0
flake8-fixme~=1.1.1
flake8-noqa~=1.2.9
pep8-naming~=0.13.2

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

# Document
-r requirements_docs.txt
