diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:55:22 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:55:22 -0700 |
commit | 427dd875958c8a6d2d791d55f9dda300ebdc853b (patch) | |
tree | dacb8febb89ed0694d41db03d86c38e3374aa844 /backfill/Pipfile | |
parent | 78caa0d7772375903194e79df16d70d831ebd432 (diff) | |
download | sandcrawler-427dd875958c8a6d2d791d55f9dda300ebdc853b.tar.gz sandcrawler-427dd875958c8a6d2d791d55f9dda300ebdc853b.zip |
merge backfill into extraction directory
Diffstat (limited to 'backfill/Pipfile')
-rw-r--r-- | backfill/Pipfile | 17 |
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" |