Skip to content

Commit 193975a

Browse files
committed
add explicit enum34 requirement
1 parent 6515bbf commit 193975a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
boto3>=1.4.4
22
cryptography>=1.8.1
3-
attrs>=17.4.0
3+
attrs>=17.4.0
4+
enum34; python_version < '3.4'

0 commit comments

Comments
 (0)