From 40e0167232e329856ae52d33650acc966ac1b947 Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Wed, 17 Jul 2019 11:41:27 -0700 Subject: [PATCH] Mark msal 0.5.x as compatible with the extension. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8424dae..326097a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'Development Status :: 2 - Pre-Alpha', ], install_requires=[ - 'msal~=0.4.1', + 'msal>=0.4.1,<0.6.0', 'portalocker~=1.0', ], tests_require=['pytest'],