Addressing #58 by mitchelldavis · Pull Request #129 · bazel-contrib/rules_python

Expand Up @@ -72,8 +72,7 @@ http_file( # From https://pypi.python.org/pypi/futures url = ("https://pypi.python.org/packages/a6/1c/" + "72a18c8c7502ee1b38a604a5c5243aa8c2a64f4bba4e6631b1b8972235dd/" + "futures-3.1.1-py2-none-any.whl"), ) "futures-3.1.1-py2-none-any.whl"),)
http_file( name = "futures_2_2_0_whl", Expand Down Expand Up @@ -102,6 +101,15 @@ http_file( "google_cloud_language-0.29.0-py2.py3-none-any.whl"), )
http_file( name = "pyspark_tar", sha256 = "8680dcbc98e95a32f89bea70e114e139eae3543c094f063d548863522bdc4370", # From https://pypi.python.org/pypi/grpcio/1.6.0 url = ("https://files.pythonhosted.org/packages/65/d7/" + "2a3b0de1178478fc00201b083d50b3d2d1affe4eac92dad3408219c5c607" + "/pyspark-2.1.2.tar.gz"), )
# Imports for examples pip_import( name = "examples_helloworld", Expand Down