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 :)