Skip to content

Commit

Permalink
First setup
Browse files Browse the repository at this point in the history
  • Loading branch information
snifi committed Aug 27, 2018
1 parent 1d6fdb4 commit 1789a52
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
load(
"@com_bluecore_rules_pyz//rules_python_zip:rules_python_zip.bzl",
"pyz_binary",
"pyz_library",
"pyz_test",
)
11 changes: 11 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
git_repository(
name = "com_bluecore_rules_pyz",
commit = "d434fb7a23d8e24279fb6f5ff766860291440cd8",
remote = "https://github.com/TriggerMail/rules_pyz.git",
)

load("@com_bluecore_rules_pyz//rules_python_zip:rules_python_zip.bzl", "pyz_repositories")
pyz_repositories()

load("@com_bluecore_rules_pyz//pypi:pip.bzl", "pip_repositories")
pip_repositories()
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MarkupSafe==1.0
2 changes: 2 additions & 0 deletions third_party/pypi/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
load(":pypi_rules.bzl", "pypi_libraries")
pypi_libraries()

0 comments on commit 1789a52

Please sign in to comment.