We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d449 commit bf55f44Copy full SHA for bf55f44
mesop/server/BUILD
@@ -1,4 +1,4 @@
1
-load("//build_defs:defaults.bzl", "THIRD_PARTY_PY_FLASK", "py_library")
+load("//build_defs:defaults.bzl", "THIRD_PARTY_PY_ABSL_PY", "THIRD_PARTY_PY_FLASK", "py_library")
2
3
package(
4
default_visibility = ["//build_defs:mesop_internal"],
@@ -11,7 +11,7 @@ py_library(
11
"//mesop/editor",
12
"//mesop/protos:ui_py_pb2",
13
"//mesop/utils",
14
- ] + THIRD_PARTY_PY_FLASK,
+ ] + THIRD_PARTY_PY_ABSL_PY + THIRD_PARTY_PY_FLASK,
15
# Note: prod_server.py has a runtime dependency on
16
# //mesop/web/src/app/prod:web_package, so you must include it
17
# in the consuming py_binary's data attribute.
0 commit comments