diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-03-29 21:50:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-03-29 21:50:06 -0700 |
commit | 67e0a765749a4754ed353fe30c8e771d136322a4 (patch) | |
tree | 1e8d656ecc6f4830e5a3e787ba099f871a8137fa /pig/Pipfile | |
parent | cb1582c44a000983a2150679c51b1baf22c09778 (diff) | |
download | sandcrawler-67e0a765749a4754ed353fe30c8e771d136322a4.tar.gz sandcrawler-67e0a765749a4754ed353fe30c8e771d136322a4.zip |
import WIP on pig test setup
Diffstat (limited to 'pig/Pipfile')
-rw-r--r-- | pig/Pipfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pig/Pipfile b/pig/Pipfile new file mode 100644 index 0000000..af1a0e0 --- /dev/null +++ b/pig/Pipfile @@ -0,0 +1,20 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[dev-packages] + + + +[packages] + +pigpy = "*" +nose = "*" + + +[requires] + +python_version = "2.7" |