aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJustus Wingert <justus@abi007.info>2014-11-15 22:04:52 +0100
committerJustus Wingert <justus@abi007.info>2014-11-15 22:04:52 +0100
commita7ab06d80eccbe3e58753da0917fca8d55a21c8e (patch)
tree186f4f75e779695e8dd79526da1332954ef57372 /setup.py
parent4227feef37b9a9c0e835ebf179b5fb7a4509569e (diff)
downloadmitmproxy-a7ab06d80eccbe3e58753da0917fca8d55a21c8e.tar.gz
mitmproxy-a7ab06d80eccbe3e58753da0917fca8d55a21c8e.tar.bz2
mitmproxy-a7ab06d80eccbe3e58753da0917fca8d55a21c8e.zip
Switched to pytz. Added comment for clarification on behaviour of HAREncodable. Added missing parameter in reset(). Fixed accessing headers.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 41598b11..7ea6d0cb 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ script_deps = {
"urwid>=1.1",
"lxml>=3.3.6",
"Pillow>=2.3.0",
+ "pytz",
"harparser",
},
"mitmdump": set()