Skip to content

Commit 6502969

Browse files
committed
fix install_requires typo that prevented 'six' from being installed
1 parent 3115008 commit 6502969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
install_requires = [
7-
'requests >= 1.0.0'
7+
'requests >= 1.0.0',
88
'six'
99
]
1010

0 commit comments

Comments
 (0)