Skip to content

Commit

Permalink
fix: conditionally install enum34 based on python version (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-mv committed Sep 18, 2018
1 parent f7093f0 commit deeca6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six~=1.11.0
click~=6.7
enum34~=1.1.6
enum34~=1.1.6; python_version<"3.4"
Flask~=1.0.2
boto3~=1.5
PyYAML~=3.12
Expand Down

0 comments on commit deeca6d

Please sign in to comment.