From 55719a6942e49ffe82d1fcce7d837a8e5068d904 Mon Sep 17 00:00:00 2001 From: Jesson Soto Ventura Date: Tue, 24 Sep 2019 23:47:14 -0400 Subject: Updated Setup.py A comma broke the build --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b389fbdf..91a14fe8 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( "tornado>=4.3,<5.2", "urwid>=2.0.1,<2.1", "wsproto>=0.13.0,<0.14.0", - "publicsuffix2~=2.20" + "publicsuffix2~=2.20", "zstandard>=0.11.0,<0.13.0", ], extras_require={ -- cgit v1.2.3