Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit d5ddf6f

Browse files
committed
remove version specifics that might change anyway
1 parent 630bbdc commit d5ddf6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Obtaining and installing Pyro
5656
Third party libraries that Pyro4 uses
5757
-------------------------------------
5858

59-
`serpent <https://pypi.python.org/pypi/serpent>`_ - required, 1.27 or newer
59+
`serpent <https://pypi.python.org/pypi/serpent>`_ - required
6060
Should be installed automatically when you install Pyro4.
6161

6262
`selectors34 <https://pypi.python.org/pypi/selectors34>`_ - required on Python 3.3 or older
@@ -65,13 +65,13 @@ Third party libraries that Pyro4 uses
6565
`selectors2 <https://pypi.python.org/pypi/selectors2>`_ - optional on Python 3.4 or older
6666
Install this if you want better behavior for interrupted system calls on Python 3.4 or older.
6767

68-
`dill <https://pypi.python.org/pypi/dill>`_ - optional, 0.2.6 or newer
68+
`dill <https://pypi.python.org/pypi/dill>`_ - optional
6969
Install this if you want to use the dill serializer.
7070

71-
`cloudpickle <https://pypi.python.org/pypi/cloudpickle>`_ - optional, 0.4.0 or newer
71+
`cloudpickle <https://pypi.python.org/pypi/cloudpickle>`_ - optional
7272
Install this if you want to use the cloudpickle serializer.
7373

74-
`msgpack <https://pypi.python.org/pypi/msgpack>`_ - optional, 0.5.2 or newer
74+
`msgpack <https://pypi.python.org/pypi/msgpack>`_ - optional
7575
Install this if you want to use the msgpack serializer.
7676

7777

0 commit comments

Comments
 (0)