Skip to content

Commit 0244abb

Browse files
committed
Fix: Make dependancy adal optional
1 parent 3fb2be1 commit 0244abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ipaddress>=1.0.17;python_version=="2.7" # PSF
99
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
1010
requests # Apache-2.0
1111
requests-oauthlib # ISC
12-
adal>=1.0.2 # MIT
12+
adal>=1.0.2;python_version=='2.7' # MIT

0 commit comments

Comments
 (0)