diff options
Diffstat (limited to 'extraction/Pipfile')
-rw-r--r-- | extraction/Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extraction/Pipfile b/extraction/Pipfile index 600916c..b43ed5c 100644 --- a/extraction/Pipfile +++ b/extraction/Pipfile @@ -9,6 +9,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [dev-packages] +ipython = "*" [packages] pytest = "*" @@ -20,6 +21,7 @@ pytest-pythonpath = "*" happybase = "*" happybase-mock = "*" xmltodict = "*" +responses = "*" [requires] python_version = "3.5" |