From ac0f12d9725b5cd86d46d3aa38a7d6b47cacb9b9 Mon Sep 17 00:00:00 2001 From: Lucidiot Date: Sun, 7 Oct 2018 09:46:03 +0200 Subject: [PATCH] Add enum34 requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8332d35..d8b7f5a 100755 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ AUTHOR = 'M. Hancock' # What packages are required for this module to be executed? REQUIRED = [ 'irc', + 'enum34', ] # The rest you shouldn't have to touch too much :)