From d5ddf6ffa4e4a5a732df7bf7dc706f93caab7853 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 1 Feb 2020 11:02:56 +0100 Subject: [PATCH] remove version specifics that might change anyway --- docs/source/install.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index d507806f..61753448 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -56,7 +56,7 @@ Obtaining and installing Pyro Third party libraries that Pyro4 uses ------------------------------------- -`serpent `_ - required, 1.27 or newer +`serpent `_ - required Should be installed automatically when you install Pyro4. `selectors34 `_ - required on Python 3.3 or older @@ -65,13 +65,13 @@ Third party libraries that Pyro4 uses `selectors2 `_ - optional on Python 3.4 or older Install this if you want better behavior for interrupted system calls on Python 3.4 or older. -`dill `_ - optional, 0.2.6 or newer +`dill `_ - optional Install this if you want to use the dill serializer. -`cloudpickle `_ - optional, 0.4.0 or newer +`cloudpickle `_ - optional Install this if you want to use the cloudpickle serializer. -`msgpack `_ - optional, 0.5.2 or newer +`msgpack `_ - optional Install this if you want to use the msgpack serializer.