# Start of Selection
requests==2.21.0
argparse==1.4.0
# Use binary wheels for packages requiring compilation on Windows
# numpy==1.11.3
# pandas==0.20.0
# lxml==4.2.0
tqdm==4.14.0
python-docx==0.8.11
PyYAML==5.2
chardet==3.0.4
# msal needs this and then pip install will fail because 1.15.X won't work on XP.
cffi==1.8.2 
msal==1.26.0
# openpyxl for Excel parsing (Python 3.4.4 compatible version)
openpyxl==2.4.11
# Python 3.4.4-compatible test runner pins (XP lane)
pytest==4.6.11
pytest-timeout==1.4.2
# End of Selection