diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-03-29 20:16:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-03-29 20:16:45 -0700 |
commit | cb1582c44a000983a2150679c51b1baf22c09778 (patch) | |
tree | b78960e868d9c3aaac254f602ba82e0630b457df /hbase_cdx_backfill/Pipfile | |
parent | 7c81b7bea3d670876faff1eb290c40656697dddb (diff) | |
download | sandcrawler-cb1582c44a000983a2150679c51b1baf22c09778.tar.gz sandcrawler-cb1582c44a000983a2150679c51b1baf22c09778.zip |
WIP on cdx backfill
Diffstat (limited to 'hbase_cdx_backfill/Pipfile')
-rw-r--r-- | hbase_cdx_backfill/Pipfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hbase_cdx_backfill/Pipfile b/hbase_cdx_backfill/Pipfile new file mode 100644 index 0000000..83dc463 --- /dev/null +++ b/hbase_cdx_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" |