|
@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: |
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
name='python-socketio', |
|
|
name='python-socketio', |
|
|
version='0.9.2', |
|
|
version='1.0', |
|
|
url='http://github.com/miguelgrinberg/python-socketio/', |
|
|
url='http://github.com/miguelgrinberg/python-socketio/', |
|
|
license='MIT', |
|
|
license='MIT', |
|
|
author='Miguel Grinberg', |
|
|
author='Miguel Grinberg', |
|
@ -25,7 +25,7 @@ setup( |
|
|
platforms='any', |
|
|
platforms='any', |
|
|
install_requires=[ |
|
|
install_requires=[ |
|
|
'six>=1.9.0', |
|
|
'six>=1.9.0', |
|
|
'python-engineio>=0.7.0' |
|
|
'python-engineio>=0.8.0' |
|
|
], |
|
|
], |
|
|
tests_require=[ |
|
|
tests_require=[ |
|
|
'mock', |
|
|
'mock', |
|
|