Skip to content

Commit

Permalink
corrects typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alparamonov committed Apr 29, 2021
1 parent f05416f commit b09a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*'
)

0 comments on commit b09a333

Please sign in to comment.