# Meta
-e .
-r ./arrow.txt
-r ./base.txt
-r ./df.txt
-r ./excel.txt
-r ./polars.txt
-r ./types.txt

# 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.0

# Tests
coverage~=6.4.1
mock~=4.0.3
pytest~=7.1.0
pytest-asyncio~=0.19.0
requests>=2.27,<3

# Safety
safety~=2.1.1

# Security
bandit~=1.7.2

# Dependencies
deputil~=0.2.0
