Lock wpull dependency to 1.2.3 for now

This commit is contained in:
Ivan Kozik 2016-06-12 08:47:36 +00:00
parent c313bfb2a1
commit 76f8b2cf48
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
__version__ = '1.0.5'
__version__ = '1.0.6'

@ -11,7 +11,7 @@ import libgrabsite
install_requires = [
"click>=6.3",
"wpull>=1.2.3",
"wpull==1.2.3",
"manhole>=1.0.0",
"lmdb>=0.89",
"autobahn>=0.12.1",