diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-03-30 11:03:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-03-30 11:03:16 -0700 |
commit | 1ee37422c649aeb11a3f0bbe873b9c479992a5aa (patch) | |
tree | af1a6845e705c1bcb2b8e91ee354805d1dfa35fd /hbase_cdx_backfill/Pipfile | |
parent | b67d08495cf8caa3fa52cf8f8f80389250685218 (diff) | |
download | sandcrawler-1ee37422c649aeb11a3f0bbe873b9c479992a5aa.tar.gz sandcrawler-1ee37422c649aeb11a3f0bbe873b9c479992a5aa.zip |
renames
Diffstat (limited to 'hbase_cdx_backfill/Pipfile')
-rw-r--r-- | hbase_cdx_backfill/Pipfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/hbase_cdx_backfill/Pipfile b/hbase_cdx_backfill/Pipfile deleted file mode 100644 index 83dc463..0000000 --- a/hbase_cdx_backfill/Pipfile +++ /dev/null @@ -1,21 +0,0 @@ -[[source]] - -url = "https://pypi.python.org/simple" -verify_ssl = true -name = "pypi" - - -[dev-packages] - - - -[packages] - -happybase = "*" -happybase-mock = "*" -nose = "*" - - -[requires] - -python_version = "3.5" |