diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:52:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-04 11:52:47 -0700 |
commit | fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86 (patch) | |
tree | dccd1c9385322fb62ba7853d52b074c73fc096f7 /extraction/Pipfile | |
parent | 4319da335d43756fde22e9394b55d51694522fbc (diff) | |
download | sandcrawler-fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86.tar.gz sandcrawler-fcbcd6d13fd6506980dbcb60f0d7fa2112b19b86.zip |
testing stuff as dev deps
Diffstat (limited to 'extraction/Pipfile')
-rw-r--r-- | extraction/Pipfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extraction/Pipfile b/extraction/Pipfile index b43ed5c..32fc3dd 100644 --- a/extraction/Pipfile +++ b/extraction/Pipfile @@ -10,18 +10,18 @@ verify_ssl = true [dev-packages] ipython = "*" +happybase-mock = "*" +pytest = "*" +pytest-pythonpath = "*" +responses = "*" [packages] -pytest = "*" +globalwayback = {version=">=0.3", index="ia"} +happybase = "*" mrjob = "*" requests = "*" wayback = {version=">=0.2.1.2", index="ia"} -globalwayback = {version=">=0.3", index="ia"} -pytest-pythonpath = "*" -happybase = "*" -happybase-mock = "*" xmltodict = "*" -responses = "*" [requires] python_version = "3.5" |