Commit 70ef62fe authored by Jérome Perrin's avatar Jérome Perrin Committed by Matevz Golob

erp5: add responses egg

https://github.com/getsentry/responses A utility for mocking out the
Python Requests library.
parent 368576c9
...@@ -483,6 +483,7 @@ eggs = ${neoppod:eggs} ...@@ -483,6 +483,7 @@ eggs = ${neoppod:eggs}
python-memcached python-memcached
pytz pytz
requests requests
responses
threadframe threadframe
timerserver timerserver
urlnorm urlnorm
...@@ -808,3 +809,9 @@ mock = 3.0.4 ...@@ -808,3 +809,9 @@ mock = 3.0.4
# Required by: # Required by:
# mock = 3.0.4 # mock = 3.0.4
funcsigs = 1.0.2 funcsigs = 1.0.2
responses = 0.10.6
# Required by:
# responses = 0.10.6
cookies = 2.2.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment