diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-12-29 10:52:37 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-12-29 10:52:37 +0100 |
commit | c7606ffdf9ef1f94a5e065c1cce2241f60dcb81e (patch) | |
tree | d3aa2bc68d48d5c4a9fa024df82fdbcde1132cf1 | |
parent | 0187d92ec0fb3924a66b6b607f3fc50a5b311259 (diff) | |
download | mitmproxy-c7606ffdf9ef1f94a5e065c1cce2241f60dcb81e.tar.gz mitmproxy-c7606ffdf9ef1f94a5e065c1cce2241f60dcb81e.tar.bz2 mitmproxy-c7606ffdf9ef1f94a5e065c1cce2241f60dcb81e.zip |
list mock as requirement (via @droope)
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ede8bf4a..3b530817 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pyasn1>=0.1.7 pyOpenSSL>=0.13 nose>=1.3.0 -pathod>=0.9.2
\ No newline at end of file +mock>=1.0.1 +pathod>=0.9.2 |