Skip to content

Commit

Permalink
Add markupsafe dependency (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ohren <aohren@google.com>
Co-authored-by: Dov Shlachter <dovs@google.com>
  • Loading branch information
3 people authored Apr 20, 2020
1 parent 89b17a0 commit 1b30037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ py_binary(
requirement("googleapis-common-protos"),
requirement("grpcio"),
requirement("jinja2"),
requirement("MarkupSafe"),
requirement("pypandoc"),
requirement("PyYAML"),
],
python_version = "PY3",
)
)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ google-api-core==1.17.0
googleapis-common-protos==1.51.0
grpcio==1.28.1
jinja2==2.11.2
MarkupSafe==1.1.1
protobuf==3.11.3
pypandoc==1.5
PyYAML==5.3.1

0 comments on commit 1b30037

Please sign in to comment.