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(
135135 imports = ["." ],
136136 visibility = ["//visibility:public" ],
137137 deps = [
138+ requirement ("deprecated" ),
138139 requirement ("trio" ),
139140 requirement ("trio_websocket" ),
140141 requirement ("urllib3" ),
@@ -217,6 +218,7 @@ py_wheel(
217218 python_requires = ">=3.8" ,
218219 python_tag = "py3" ,
219220 requires = [
221+ "deprecated==1.2.14" ,
220222 "urllib3[socks]>=1.26,<3" ,
221223 "trio~=0.17" ,
222224 "trio-websocket~=0.9" ,
Original file line number Diff line number Diff line change 7171 'selenium.webdriver.support' , ],
7272 'include_package_data' : True ,
7373 'install_requires' : [
74+ "deprecated==1.2.14" ,
7475 "urllib3[socks]>=1.26,<3" ,
7576 "trio~=0.17" ,
7677 "trio-websocket~=0.9" ,
You can’t perform that action at this time.
0 commit comments