# Specifies Python package versions for testing.
# To update:
# python3 -m venv venv && source venv/bin/activate
# python3 -m pip install -e .[dev,tests] && pip freeze
# Examine the produced list and update invididual entries here.
# If anything changes about this file's contents or location, we may
# need to submit a PR to pyca/cryptography, since they rely on it.

apipkg==1.5
atomicwrites==1.4.0
attrs==19.3.0
cffi==1.14.0
configparser==4.0.2
contextlib2==0.6.0.post1
coverage==5.1
cryptography==2.9.2
entrypoints==0.3
enum34==1.1.10
execnet==1.7.1
flake8==3.7.9
funcsigs==1.0.2
functools32==3.2.3.post2
importlib-metadata==1.6.0
ipaddress==1.0.23
mccabe==0.6.1
mock==1.3.0
more-itertools==5.0.0
packaging==20.3
pathlib2==2.3.5
pbr==5.4.5
pluggy==0.13.1
py==1.8.1
pycodestyle==2.5.0
pycparser==2.20
pyflakes==2.1.1
pyOpenSSL==19.1.0
pyparsing==2.4.7
pytest==4.6.10
pytest-cache==1.0
pytest-cov==2.8.1
pytest-flake8==1.0.5
scandir==1.10.0
six==1.14.0
typing==3.7.4.1
wcwidth==0.1.9
zipp==1.2.0
