mirror of https://github.com/celery/kombu.git
test reqs now depend on msgpack <0.2 as 0.2 dropped Py2.5 support
This commit is contained in:
parent
8e06470d7a
commit
d3359b6806
|
@ -5,4 +5,4 @@ coverage>=3.0
|
|||
mock
|
||||
simplejson
|
||||
PyYAML==3.09 # 3.10 dropped 2.4 support
|
||||
msgpack-python==0.1.6 # 0.1.7 dropped 2.4 support
|
||||
msgpack-python<0.2.0 # 0.2.0 dropped 2.5 support
|
||||
|
|
Loading…
Reference in New Issue