Skip to content

Commit

Permalink
Use ludios/wpull 3.0.7 to fix #138
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Oct 16, 2018
1 parent 50a3db6 commit 700ea18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libgrabsite/__init__.py
@@ -1 +1 @@
__version__ = '2.1.8'
__version__ = '2.1.9'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,7 +11,7 @@

install_requires = [
"click>=6.3",
"wpull==3.0.6",
"wpull==3.0.7",
"manhole>=1.0.0",
"lmdb>=0.89",
"autobahn>=0.12.1",
Expand Down Expand Up @@ -41,6 +41,6 @@
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",
]
)

0 comments on commit 700ea18

Please sign in to comment.