Skip to content

Commit 30f210c

Browse files
sriram-mvbrettstack
authored andcommitted
fix: conditionally install enum34 based on python version (#582)
1 parent c8a0bd2 commit 30f210c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
boto3~=1.5
2-
enum34~=1.1
2+
enum34~=1.1; python_version<"3.4"
33
jsonschema~=2.6
44
six~=1.11
55

0 commit comments

Comments
 (0)