requests==2.21.0
openpyxl==2.4.11
argparse==1.4.0
tqdm==4.14.0
python-docx==0.8.11
PyYAML==5.2
chardet==3.0.4
cffi==1.8.2
msal==1.26.0

[:platform_python_implementation != "CPython" or sys_platform != "win32" or python_version > "3.5"]
numpy==1.11.3
pandas==0.20.0
lxml==4.2.0

[binary]

[binary:platform_python_implementation == "CPython" and sys_platform == "win32" and python_version <= "3.5"]
numpy==1.11.3
pandas==0.20.0
lxml==4.2.0

[test]
pytest==4.6.11
pytest-timeout==1.4.2
