Raw unicode literals are not supported in Python3
This commit is contained in:
parent
2c381142d4
commit
1a3e1270dd
2 changed files with 3 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -24,6 +24,7 @@ setup(
|
|||
url='https://github.com/invisibleroads/socketIO-client',
|
||||
install_requires=[
|
||||
'requests',
|
||||
'six',
|
||||
'websocket-client',
|
||||
],
|
||||
packages=find_packages(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue