mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
setup.py: add ircmatch as requirement
This commit is contained in:
parent
fab61729b9
commit
f3b6e8f7ea
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ setup(
|
|||||||
],
|
],
|
||||||
|
|
||||||
keywords='IRC services chat',
|
keywords='IRC services chat',
|
||||||
install_requires=['pyyaml'],
|
install_requires=['pyyaml', 'ircmatch'],
|
||||||
|
|
||||||
# Folders (packages of code)
|
# Folders (packages of code)
|
||||||
packages=['pylinkirc', 'pylinkirc.protocols', 'pylinkirc.plugins', 'pylinkirc.coremods'],
|
packages=['pylinkirc', 'pylinkirc.protocols', 'pylinkirc.plugins', 'pylinkirc.coremods'],
|
||||||
|
Loading…
Reference in New Issue
Block a user