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