This repository was archived by the owner on Jun 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Obtaining and installing Pyro
5656Third 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
You can’t perform that action at this time.
0 commit comments