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

# Sessions
nox==2022.1.7

# Docs
furo
sphinx>=4.0,<5.0

# Formatting
black~=22.1.0

# Imports
flake8~=4.0.1
isort~=5.10.1

# Typing
mypy==0.940
types-requests

# Line lengths
len8~=0.7.2

# Spelling
codespell~=2.1.0

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

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

# Security
bandit~=1.7.2
