From 91dc014573fcc5bf6d6b4a43248dc4aea12bb587 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 3 Aug 2015 06:25:34 -0400 Subject: [PATCH] Added enum34, which is a better way to create enums in Python 3.4. Package enum34 brings this capability to previous versions of Python. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2115be1..bbbdbf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,4 @@ Pygments==2.0.2 pyzmq==14.7.0 terminado==0.5 tornado==4.2 +enum34==1.0.4