We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71142aa commit f5c4edaCopy full SHA for f5c4eda
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='python-socketio',
15
- version='0.7.0',
+ version='0.7.1',
16
url='http://github.com/miguelgrinberg/python-socketio/',
17
license='MIT',
18
author='Miguel Grinberg',
@@ -29,7 +29,6 @@
29
],
30
tests_require=[
31
'mock',
32
- 'pbr<1.7.0', # temporary, to workaround bug in 1.7.0
33
34
test_suite='tests',
35
classifiers=[
0 commit comments