summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-11-12 17:04:40 +0000
committerAsk Solem <ask@celeryproject.org>2012-11-12 17:04:40 +0000
commit5c92e93c9bfd33259d935e30db2c09b891ab37f8 (patch)
treea6f474f9e0b3b7b2f2a83838df05c744a17c7470 /requirements
parent02f4738e1d4aabae54c57f4a6544f4fba791a9b7 (diff)
downloadkombu-5c92e93c9bfd33259d935e30db2c09b891ab37f8.tar.gz
Now depends on msgpack > 0.2.0
Diffstat (limited to 'requirements')
-rw-r--r--requirements/test-ci.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/test-ci.txt b/requirements/test-ci.txt
index 19049d44..2470329f 100644
--- a/requirements/test-ci.txt
+++ b/requirements/test-ci.txt
@@ -1,3 +1,3 @@
coverage>=3.0
PyYAML
-msgpack-python<0.2.0 # 0.2.0 dropped 2.5 support
+msgpack-python>0.2.0 # 0.2.0 dropped 2.5 support