From 2700698ec7dbe08d5d57f7c4caf7fb8729fa05a5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 20 Mar 2011 00:00:20 +0100 Subject: [PATCH] Require Pykka 0.11 --- docs/installation/index.rst | 2 +- requirements/core.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index ed6107d8..3ef5af99 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -25,7 +25,7 @@ Otherwise, make sure you got the required dependencies installed. - Python >= 2.6, < 3 -- `Pykka `_ >= 0.10 +- `Pykka `_ >= 0.11 - GStreamer >= 0.10, with Python bindings. See :doc:`gstreamer`. diff --git a/requirements/core.txt b/requirements/core.txt index 1b5cfc4b..f0f0bd39 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -1 +1 @@ -Pykka >= 0.10 +Pykka >= 0.11