Skip to content

Commit e1f9c1e

Browse files
wallacbeKenadia
authored andcommitted
install enum34 for certain python version (#700)
1 parent a20cfef commit e1f9c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126

127127
INSTALL_REQUIRES = [
128128
'contextlib2>=0.5.1,<1.0',
129-
'enum34>=1.1.2,<2.0',
129+
'enum34>=1.1.2,<2.0;python_version<"3.4"',
130130
'future>=0.16.0',
131131
'mutablerecords>=0.4.1,<2.0',
132132
'oauth2client>=1.5.2,<2.0',

0 commit comments

Comments
 (0)