From 427dd875958c8a6d2d791d55f9dda300ebdc853b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 4 Apr 2018 11:55:22 -0700 Subject: merge backfill into extraction directory --- backfill/Pipfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 backfill/Pipfile (limited to 'backfill/Pipfile') 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" -- cgit v1.2.3