Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 299b5c8

Browse files
author
Max Persson
committed
Fix indentation
1 parent 8975f87 commit 299b5c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434

3535
requirements = [
36-
'gevent',
37-
'msgpack-python',
38-
'pyzmq>=2.2.0.1'
36+
'gevent',
37+
'msgpack-python',
38+
'pyzmq>=2.2.0.1'
3939
]
4040
if sys.version_info < (2, 7):
41-
requirements.append('argparse')
41+
requirements.append('argparse')
4242

4343

4444
setup(

0 commit comments

Comments
 (0)