diff --git a/WORKSPACE b/WORKSPACE index 928afa61..2c8c13d4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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: @@ -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() diff --git a/deployment/requirements.txt b/deployment/requirements.txt deleted file mode 100644 index 284ce1e7..00000000 --- a/deployment/requirements.txt +++ /dev/null @@ -1,16 +0,0 @@ -Pygments==2.3.1 -bleach==3.1.0 -certifi==2018.11.29 -chardet==3.0.4 -docutils==0.14 -idna==2.8 -pkginfo==1.5.0.1 -readme-renderer==24.0 -requests-toolbelt==0.8.0 -requests==2.21.0 -tqdm==4.29.1 -twine==1.12.1 -setuptools==40.7.2 # Setuptools 40.7.2 is brought in automatically by twine regardless, so insluding it here is misleading. Including a different version than twine brings proves to be fatal, as there are two versions, one from twine and one from us. -urllib3==1.24.1 -webencodings==0.5.1 -wheel==0.32.3