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

# Data libraries
pandas; platform_python_implementation=="CPython"
pyarrow; platform_python_implementation=="CPython"
polars; platform_python_implementation=="CPython"

# Sessions
nox==2022.11.21

# Docs
-r ./docs.txt

# Formatting
black[jupyter]~=22.12.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>=7.0.0,<8.0
pytest>=7.2.0,<8.0
pytest-asyncio~=0.20.1
pytest-dependency~=0.5.1
pytz==2022.7
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
