Skip to content

Commit 959ce40

Browse files
committed
keeping compatibility with py<3.8
1 parent 8c41ea2 commit 959ce40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
requests_ntlm==1.2.0
1+
requests_ntlm==1.1.0; python_version < '3.8'
2+
requests_ntlm==1.2.0; python_version >= '3.8'
23
simplejson==3.17.6

0 commit comments

Comments
 (0)