Skip to content

Commit f5c4eda

Browse files
Release 0.7.1 (Simplified dependnecies only)
1 parent 71142aa commit f5c4eda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='python-socketio',
15-
version='0.7.0',
15+
version='0.7.1',
1616
url='http://github.com/miguelgrinberg/python-socketio/',
1717
license='MIT',
1818
author='Miguel Grinberg',
@@ -29,7 +29,6 @@
2929
],
3030
tests_require=[
3131
'mock',
32-
'pbr<1.7.0', # temporary, to workaround bug in 1.7.0
3332
],
3433
test_suite='tests',
3534
classifiers=[

0 commit comments

Comments
 (0)