3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

setup.py: add ircmatch as requirement

This commit is contained in:
James Lu 2016-07-19 18:03:43 -07:00
parent fab61729b9
commit f3b6e8f7ea

View File

@ -62,7 +62,7 @@ setup(
],
keywords='IRC services chat',
install_requires=['pyyaml'],
install_requires=['pyyaml', 'ircmatch'],
# Folders (packages of code)
packages=['pylinkirc', 'pylinkirc.protocols', 'pylinkirc.plugins', 'pylinkirc.coremods'],