From cb1582c44a000983a2150679c51b1baf22c09778 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 29 Mar 2018 20:16:45 -0700 Subject: WIP on cdx backfill --- hbase_cdx_backfill/Pipfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hbase_cdx_backfill/Pipfile (limited to 'hbase_cdx_backfill/Pipfile') diff --git a/hbase_cdx_backfill/Pipfile b/hbase_cdx_backfill/Pipfile new file mode 100644 index 0000000..83dc463 --- /dev/null +++ b/hbase_cdx_backfill/Pipfile @@ -0,0 +1,21 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[dev-packages] + + + +[packages] + +happybase = "*" +happybase-mock = "*" +nose = "*" + + +[requires] + +python_version = "3.5" -- cgit v1.2.3