aboutsummaryrefslogtreecommitdiffstats
path: root/backfill/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r--backfill/Pipfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/backfill/Pipfile b/backfill/Pipfile
new file mode 100644
index 0000000..83dc463
--- /dev/null
+++ b/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"