aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJesson Soto Ventura <jessonsotoventura@gmail.com>2019-09-24 22:29:56 -0400
committerJesson Soto Ventura <jessonsotoventura@gmail.com>2019-09-24 23:12:25 -0400
commit94ca23b78208c5976a4c013a1acdd4c37e83ba76 (patch)
tree864edcb8aa38189e9d9c2238fa904dc92fc166d8 /setup.py
parentdf06c4da3b43f425f08afdfd3b12209f9fb84f01 (diff)
downloadmitmproxy-94ca23b78208c5976a4c013a1acdd4c37e83ba76.tar.gz
mitmproxy-94ca23b78208c5976a4c013a1acdd4c37e83ba76.tar.bz2
mitmproxy-94ca23b78208c5976a4c013a1acdd4c37e83ba76.zip
TLD and SLD are now highlighted using publicsuffix
- Added time.time() as the default for the start time on fake requests
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 7f83de63..52becc00 100644
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(
"tornado>=4.3,<5.2",
"urwid>=2.0.1,<2.1",
"wsproto>=0.13.0,<0.14.0",
+ "publicsuffix2~=2.20"
],
extras_require={
':sys_platform == "win32"': [