You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/02/18 19:49:35 UTC

[incubator-heron] 01/01: Specifying explicit transitive dependency

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/uvloop-py3-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 40e7f02ac8c186f270d6e5e639ad8c7ca38ed84d
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Thu Feb 18 14:49:09 2021 -0500

    Specifying explicit transitive dependency
    
    Adding a temporary fix until uvicorn fix is released
---
 heron/tools/ui/src/python/BUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/heron/tools/ui/src/python/BUILD b/heron/tools/ui/src/python/BUILD
index 187eea5..29422a6 100644
--- a/heron/tools/ui/src/python/BUILD
+++ b/heron/tools/ui/src/python/BUILD
@@ -13,6 +13,7 @@ pex_library(
         "jinja2==2.11.2",
         "aiofiles==0.5.0",
         "uvicorn==0.11.7",
+        "uvloop==0.14.0",
     ],
     deps = [
         "//heron/common/src/python:common-py",