Skip to content

Commit

Permalink
install enum34 for certain python version (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
wallacbe authored and Kenadia committed Jan 17, 2018
1 parent a20cfef commit e1f9c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):

INSTALL_REQUIRES = [
'contextlib2>=0.5.1,<1.0',
'enum34>=1.1.2,<2.0',
'enum34>=1.1.2,<2.0;python_version<"3.4"',
'future>=0.16.0',
'mutablerecords>=0.4.1,<2.0',
'oauth2client>=1.5.2,<2.0',
Expand Down

0 comments on commit e1f9c1e

Please sign in to comment.