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:
parent
39d2243b11
commit
b18b2fff17
6
setup.py
6
setup.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user