mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-02 23:54:08 +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'],
|
install_requires=['pyyaml', 'ircmatch'],
|
||||||
|
|
||||||
extras_require={
|
extras_require={
|
||||||
'password hashing': ['passlib'],
|
'password-hashing': ['passlib'],
|
||||||
'servprotect': ['expringdict'],
|
'servprotect': ['expiringdict>=1.1.4'],
|
||||||
},
|
},
|
||||||
|
|
||||||
dependency_links=[
|
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)
|
# Folders (packages of code)
|
||||||
|
Loading…
Reference in New Issue
Block a user