fix error in requirments

pull/2/head
Mallory Hancock 2017-10-10 13:20:06 -07:00
parent 95b5a2d14f
commit 92df28163f
1 changed files with 1 additions and 1 deletions

2
setup.py 100644 → 100755
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 :)