# Meta
-e .
-r requirements.txt

# Sessions
nox==2021.10.1

# Docs
git+https://github.com/pm5k/pdoc@feature/theming-and-dark-mode-support

# Formatting
black==21.12b0

# Imports
flake8~=4.0.0
isort~=5.10.0

# Typing
mypy==0.930
types-aiofiles==0.7.3
types-python-dateutil==2.8.4

# Line lengths
len8~=0.7.0

# Spelling
codespell~=2.1.0

# Tests
coverage~=6.2.0
pytest==7.0.0rc1

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

# Security
bandit~=1.7.0
