Skip to content

Commit edbcc0d

Browse files
sriram-mvkeetonian
authored andcommitted
fix: conditionally install enum34 based on python version (#582)
1 parent ba81aca commit edbcc0d

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)