# This file was generated by running:
#   sudo docker run --rm -it --network=host python:3.8-slim /bin/bash
#   pip install dnspython idna # from setup.cfg
#   pip install pytest pytest-cov coverage flake8 mypy
#   pip freeze
# (Some packages' latest versions may not be compatible with
# the earliest Python version we support, and some exception
# messages may depend on package versions, so we pin versions
# for reproducible testing.)
coverage==7.3.2
dnspython==2.4.2
exceptiongroup==1.1.3
flake8==6.1.0
idna==3.4
iniconfig==2.0.0
mccabe==0.7.0
mypy==1.6.1
mypy-extensions==1.0.0
packaging==23.2
pluggy==1.3.0
pycodestyle==2.11.1
pyflakes==3.1.0
pytest==7.4.2
pytest-cov==4.1.0
tomli==2.0.1
typing_extensions==4.8.0
