#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
#    pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
attrs==21.2.0
    # via
    #   -c requirements.txt
    #   pytest
black==21.10b0
    # via -r requirements-dev.in
click==8.0.3
    # via black
coverage==6.1.1
    # via -r requirements-dev.in
flake8==4.0.1
    # via -r requirements-dev.in
iniconfig==1.1.1
    # via pytest
isort==5.10.1
    # via -r requirements-dev.in
mccabe==0.6.1
    # via flake8
mypy==0.910
    # via -r requirements-dev.in
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
packaging==21.2
    # via pytest
pathspec==0.9.0
    # via black
platformdirs==2.4.0
    # via black
pluggy==1.0.0
    # via pytest
py==1.11.0
    # via pytest
pycodestyle==2.8.0
    # via flake8
pyflakes==2.4.0
    # via flake8
pyparsing==2.4.7
    # via packaging
pytest==6.2.5
    # via -r requirements-dev.in
regex==2021.11.2
    # via black
toml==0.10.2
    # via
    #   mypy
    #   pytest
tomli==1.2.2
    # via black
typing-extensions==3.10.0.2
    # via
    #   black
    #   mypy
