From 1ee37422c649aeb11a3f0bbe873b9c479992a5aa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 30 Mar 2018 11:03:16 -0700 Subject: renames --- backfill/Pipfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 backfill/Pipfile (limited to 'backfill/Pipfile') 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" -- cgit v1.2.3