File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ py_library(
135
135
imports = ["." ],
136
136
visibility = ["//visibility:public" ],
137
137
deps = [
138
+ requirement ("deprecated" ),
138
139
requirement ("trio" ),
139
140
requirement ("trio_websocket" ),
140
141
requirement ("urllib3" ),
@@ -217,6 +218,7 @@ py_wheel(
217
218
python_requires = ">=3.8" ,
218
219
python_tag = "py3" ,
219
220
requires = [
221
+ "deprecated==1.2.14" ,
220
222
"urllib3[socks]>=1.26,<3" ,
221
223
"trio~=0.17" ,
222
224
"trio-websocket~=0.9" ,
Original file line number Diff line number Diff line change 71
71
'selenium.webdriver.support' , ],
72
72
'include_package_data' : True ,
73
73
'install_requires' : [
74
+ "deprecated==1.2.14" ,
74
75
"urllib3[socks]>=1.26,<3" ,
75
76
"trio~=0.17" ,
76
77
"trio-websocket~=0.9" ,
You can’t perform that action at this time.
0 commit comments