Skip to content

Commit 62036d4

Browse files
committed
Making enum34 dependency conditional on Python version.
Fixes #3398.
1 parent 9ad6965 commit 62036d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
REQUIREMENTS = [
54-
'enum34',
54+
'enum34; python_version < "3.4"',
5555
'google-cloud-core >= 0.24.0, < 0.25dev',
5656
'gapic-google-cloud-vision-v1 >= 0.90.3, < 0.91dev',
5757
]

0 commit comments

Comments
 (0)