# Meta
-e .
-r ./base.txt

# Sessions
nox==2022.11.21

# Docs
-r ./docs.txt

# Formatting
black[jupyter]~=22.10.0

# Imports
flake8>=5.0.4,<7.0
isort>=5.10.0,<6.0

# Typing
mypy==0.991

# Line lengths
len8~=0.7.2

# Spelling
codespell>=2.2.1,<3.0

# Tests
coverage>=6.5.0,<7.0
pytest>=7.2.0,<8.0
pytest-asyncio~=0.20.1
pytest-dependency~=0.5.1
mock>=4.0.3,<5.0; python_version<"3.8"

# Safety
safety>=2.3.1,<3.0

# Security
bandit>=1.7.2,<2.0

# Dependencies
deputil~=0.2.0
