Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 1b30037

Browse files
aohrenAdam Ohrensoftware-dov
authored
Add markupsafe dependency (#398)
Co-authored-by: Adam Ohren <aohren@google.com> Co-authored-by: Dov Shlachter <dovs@google.com>
1 parent 89b17a0 commit 1b30037

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ py_binary(
1313
requirement("googleapis-common-protos"),
1414
requirement("grpcio"),
1515
requirement("jinja2"),
16+
requirement("MarkupSafe"),
1617
requirement("pypandoc"),
1718
requirement("PyYAML"),
1819
],
1920
python_version = "PY3",
20-
)
21+
)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ google-api-core==1.17.0
33
googleapis-common-protos==1.51.0
44
grpcio==1.28.1
55
jinja2==2.11.2
6+
MarkupSafe==1.1.1
67
protobuf==3.11.3
78
pypandoc==1.5
89
PyYAML==5.3.1

0 commit comments

Comments
 (0)