From b09a3338aaf5b2a2a9d6f93e39b0ba5fbc53dc71 Mon Sep 17 00:00:00 2001 From: alparamonov Date: Fri, 30 Apr 2021 00:03:22 +0200 Subject: [PATCH] corrects typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48377fd..be056a3 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ "Operating System :: OS Independent", ], install_requires=['protobuf>=3.11.0', 'websocket-client>=0.57.0'], - python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* !=3.5.*' + python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*' )