aboutsummaryrefslogtreecommitdiffstats
path: root/hbase_cdx_backfill/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'hbase_cdx_backfill/Pipfile')
-rw-r--r--hbase_cdx_backfill/Pipfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/hbase_cdx_backfill/Pipfile b/hbase_cdx_backfill/Pipfile
deleted file mode 100644
index 83dc463..0000000
--- a/hbase_cdx_backfill/Pipfile
+++ /dev/null
@@ -1,21 +0,0 @@
-[[source]]
-
-url = "https://pypi.python.org/simple"
-verify_ssl = true
-name = "pypi"
-
-
-[dev-packages]
-
-
-
-[packages]
-
-happybase = "*"
-happybase-mock = "*"
-nose = "*"
-
-
-[requires]
-
-python_version = "3.5"