aboutsummaryrefslogtreecommitdiffstats
path: root/backfill/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-03-30 11:03:16 -0700
committerBryan Newbold <bnewbold@archive.org>2018-03-30 11:03:16 -0700
commit1ee37422c649aeb11a3f0bbe873b9c479992a5aa (patch)
treeaf1a6845e705c1bcb2b8e91ee354805d1dfa35fd /backfill/Pipfile
parentb67d08495cf8caa3fa52cf8f8f80389250685218 (diff)
downloadsandcrawler-1ee37422c649aeb11a3f0bbe873b9c479992a5aa.tar.gz
sandcrawler-1ee37422c649aeb11a3f0bbe873b9c479992a5aa.zip
renames
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"