File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ requests-ntlm==1.2.0; python_version > '3.0'
93
93
requests-oauthlib==1.3.1; python_version < '3.0'
94
94
requests-oauthlib==2.0.0; python_version > '3.0'
95
95
requests-toolbelt==1.0.0
96
- requests-unixsocket2==0.4.0
96
+ requests-unixsocket==0.3.0; python_version < '3.0'
97
+ requests-unixsocket2==0.4.0; python_version > '3.0'
97
98
requests==2.27.1; python_version < '3.0'
98
99
requests==2.32.3; python_version > '3.0'
99
100
rethinkdb==2.4.9
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ deps = [
62
62
" pyyaml==5.4.1; python_version < '3.0'" ,
63
63
" pyyaml==6.0.1; python_version > '3.0'" ,
64
64
" requests-toolbelt==1.0.0" ,
65
- " requests-unixsocket2==0.4.0" ,
65
+ " requests-unixsocket==0.3.0; python_version < '3.0'" ,
66
+ " requests-unixsocket2==0.4.0; python_version > '3.0'" ,
66
67
" requests==2.27.1; python_version < '3.0'" ,
67
68
" requests==2.32.3; python_version > '3.0'" ,
68
69
" simplejson==3.19.2" ,
You can’t perform that action at this time.
0 commit comments