fix error in requirments

This commit is contained in:
Mallory Hancock 2017-10-10 13:20:06 -07:00
parent 95b5a2d14f
commit 92df28163f

2
setup.py Normal file → Executable file
View File

@ -20,7 +20,7 @@ AUTHOR = 'M. Hancock'
# What packages are required for this module to be executed?
REQUIRED = [
irc,
'irc',
]
# The rest you shouldn't have to touch too much :)