Skip to content

Commit 28a1e9d

Browse files
authored
Mark msal 0.5.x as compatible with the extension. (#28)
1 parent 71b5301 commit 28a1e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'Development Status :: 2 - Pre-Alpha',
1717
],
1818
install_requires=[
19-
'msal~=0.4.1',
19+
'msal>=0.4.1,<0.6.0',
2020
'portalocker~=1.0',
2121
],
2222
tests_require=['pytest'],

0 commit comments

Comments
 (0)