aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorJustus Wingert <justus@abi007.info>2014-11-15 22:37:32 +0100
committerJustus Wingert <justus@abi007.info>2014-11-15 22:37:32 +0100
commitc84ad384f660ba2c04aad3dfd3e7d3b961b013aa (patch)
treee22fdf05f270edb02825139fabcb77e9c6d0c420 /requirements.txt
parenta7ab06d80eccbe3e58753da0917fca8d55a21c8e (diff)
downloadmitmproxy-c84ad384f660ba2c04aad3dfd3e7d3b961b013aa.tar.gz
mitmproxy-c84ad384f660ba2c04aad3dfd3e7d3b961b013aa.tar.bz2
mitmproxy-c84ad384f660ba2c04aad3dfd3e7d3b961b013aa.zip
Updated setup.py and moved requirements to examples section. Included examples section in requirements.txt. Updated har_extractor to use command line arguments.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index d84347b7..946e5ffe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-e git+https://github.com/mitmproxy/netlib.git#egg=netlib
-e git+https://github.com/mitmproxy/pathod.git#egg=pathod
--e .[dev] \ No newline at end of file
+-e .[dev,examples] \ No newline at end of file