Skip to content

Commit 563136f

Browse files
committed
properly add deprecated requirement to all the places
1 parent bb5c98b commit 563136f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

py/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

py/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
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",

0 commit comments

Comments
 (0)