3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-23 18:54:05 +01:00

setup.py: fix last commit

This commit is contained in:
James Lu 2017-01-22 17:00:27 -08:00
parent 39d2243b11
commit b18b2fff17

View File

@ -78,12 +78,12 @@ setup(
install_requires=['pyyaml', 'ircmatch'],
extras_require={
'password hashing': ['passlib'],
'servprotect': ['expringdict'],
'password-hashing': ['passlib'],
'servprotect': ['expiringdict>=1.1.4'],
},
dependency_links=[
"vcs+https://github.com/mailgun/expiringdict.git@v1.3.4#egg=expiringdict-1.3.4"
"git+https://github.com/mailgun/expiringdict.git@v1.1.4#egg=expiringdict-1.1.4"
],
# Folders (packages of code)