Skip to content

Commit

Permalink
setup.py: Loosen the pyVows dependency to blacklist bad versions
Browse files Browse the repository at this point in the history
1d264b9 (Pyvows 2.0.5 has broken tornado_pyvows, 2014-05-19)
mentioned pyVows 2.0.5, but also blocked 2.0.4.  Since then, there has
been a 2.0.6 release which tried to fix this issue 59e67374 (topics
can be none, we need to validate against that, 2014-06-02, [1]) but
failed [2].  Instead of ignoring all future pyVows development, only
blacklist the versions we know to be broken.

[1]: heynemann/pyvows@59e6737
[2]: heynemann/pyvows#115
     Summary: runner.gevent: Shift None check for topic_func earlier
     Date: 2014-10-08
  • Loading branch information
wking committed Oct 8, 2014
1 parent 0e9e685 commit 0c7375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'test': tests_require,
},
install_requires=[
"pyvows<=2.0.3",
"pyvows !=2.0.4, !=2.0.5, !=2.0.6",
"tornado",
"pycurl",
"urllib3"
Expand Down

0 comments on commit 0c7375c

Please sign in to comment.