Updated Setup.py

A comma broke the build
This commit is contained in:
Jesson Soto Ventura 2019-09-24 23:47:14 -04:00 committed by GitHub
parent b7e2590294
commit 55719a6942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ setup(
"tornado>=4.3,<5.2", "tornado>=4.3,<5.2",
"urwid>=2.0.1,<2.1", "urwid>=2.0.1,<2.1",
"wsproto>=0.13.0,<0.14.0", "wsproto>=0.13.0,<0.14.0",
"publicsuffix2~=2.20" "publicsuffix2~=2.20",
"zstandard>=0.11.0,<0.13.0", "zstandard>=0.11.0,<0.13.0",
], ],
extras_require={ extras_require={