mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +01:00
setup.py: use extras_require for expiringdict and passlib
This commit is contained in:
parent
9daa452f8e
commit
39d2243b11
11
setup.py
11
setup.py
@ -75,7 +75,16 @@ setup(
|
|||||||
],
|
],
|
||||||
|
|
||||||
keywords='IRC services relay',
|
keywords='IRC services relay',
|
||||||
install_requires=['pyyaml', 'ircmatch', 'passlib'],
|
install_requires=['pyyaml', 'ircmatch'],
|
||||||
|
|
||||||
|
extras_require={
|
||||||
|
'password hashing': ['passlib'],
|
||||||
|
'servprotect': ['expringdict'],
|
||||||
|
},
|
||||||
|
|
||||||
|
dependency_links=[
|
||||||
|
"vcs+https://github.com/mailgun/expiringdict.git@v1.3.4#egg=expiringdict-1.3.4"
|
||||||
|
],
|
||||||
|
|
||||||
# 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