add new requirements

This commit is contained in:
Mallory Hancock 2019-08-27 12:15:48 -07:00
parent eee71ad774
commit 2063072cbb

View File

@ -23,6 +23,8 @@ VERSION = None
REQUIRED = [
'irc',
'enum34',
'click',
'marshmallow',
]
# The rest you shouldn't have to touch too much :)