Skip to content

Commit

Permalink
Merge pull request #3 from vmax/fix-broken-deploy-pip
Browse files Browse the repository at this point in the history
Fixes broken PyPI deployment
  • Loading branch information
jmsfltchr authored Feb 4, 2019
2 parents 1e819f2 + 3598d66 commit 258eb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git_repository(
git_repository(
name="graknlabs_bazel_distribution",
remote="https://github.com/graknlabs/bazel-distribution",
commit="2e932a2555d1e43f75c8ee676c926399bd12f240"
commit="ebc9ae9e6d4ef0086d1c6731bf6f5f8a8f40b509"
)

## Only needed for PIP support:
Expand All @@ -32,7 +32,7 @@ pip_install()

pip3_import(
name = "pypi_deployment_dependencies",
requirements = "//:deployment/requirements.txt",
requirements = "@graknlabs_bazel_distribution//pip:requirements.txt"
)
load("@pypi_deployment_dependencies//:requirements.bzl", "pip_install")
pip_install()
Expand Down
16 changes: 0 additions & 16 deletions deployment/requirements.txt

This file was deleted.

0 comments on commit 258eb77

Please sign in to comment.