# Meta
-e .
-r ./base.txt
-r ./docs.txt
-r ./excel.txt
-r ./types.txt

# Data libraries
pandas; python_version<"3.11" and platform_python_implementation=="CPython"
pyarrow; python_version<"3.11" and platform_python_implementation=="CPython"
polars; python_version<"3.11" and platform_python_implementation=="CPython"

# Sessions
nox==2022.8.7

# Docs
furo
sphinx>=5,<6

# Formatting
black[jupyter]~=22.6.0

# Imports
flake8~=5.0.4
isort~=5.10.0

# Typing
mypy==0.971

# Line lengths
len8~=0.7.2

# Spelling
codespell~=2.2.1

# Tests
coverage~=6.4.1
mock~=4.0.3
pytest~=7.1.0

# Safety
safety~=2.1.1

# Security
bandit~=1.7.2

# Dependencies
deputil~=0.2.0
