From 94ca23b78208c5976a4c013a1acdd4c37e83ba76 Mon Sep 17 00:00:00 2001 From: Jesson Soto Ventura Date: Tue, 24 Sep 2019 22:29:56 -0400 Subject: TLD and SLD are now highlighted using publicsuffix - Added time.time() as the default for the start time on fake requests --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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"': [ -- cgit v1.2.3