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

# Sessions
nox==2022.1.7

# Docs
furo
sphinx>=4,<5

# Formatting
black[jupyter]~=22.1.0

# Imports
flake8~=4.0.1
isort~=5.10.0

# Typing
mypy==0.941

# Line lengths
len8~=0.7.2

# Spelling
codespell~=2.1.0

# Tests
coverage~=6.3.1
mock~=4.0.3
pytest~=7.1.0
pytest-asyncio~=0.18.1

# Safety
safety~=1.10.3; python_version < "3.11"

# Security
bandit~=1.7.2

# Dependencies
deputil~=0.1.2
