Use ludios/wpull 3.0.7 to fix https://github.com/ludios/grab-site/issues/138
This commit is contained in:
parent
50a3db6e59
commit
700ea18693
@ -1 +1 @@
|
||||
__version__ = '2.1.8'
|
||||
__version__ = '2.1.9'
|
||||
|
4
setup.py
4
setup.py
@ -11,7 +11,7 @@ import libgrabsite
|
||||
|
||||
install_requires = [
|
||||
"click>=6.3",
|
||||
"wpull==3.0.6",
|
||||
"wpull==3.0.7",
|
||||
"manhole>=1.0.0",
|
||||
"lmdb>=0.89",
|
||||
"autobahn>=0.12.1",
|
||||
@ -41,6 +41,6 @@ setup(
|
||||
package_data={"libgrabsite": ["*.html", "*.ico", "*.txt", "ignore_sets/*"]},
|
||||
install_requires=install_requires,
|
||||
dependency_links=[
|
||||
"https://github.com/ludios/wpull/tarball/master#egg=wpull-3.0.6",
|
||||
"https://github.com/ludios/wpull/tarball/master#egg=wpull-3.0.7",
|
||||
]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user