From ebee077303a3cd3132977233fe0968a175e8fa00 Mon Sep 17 00:00:00 2001 From: joo Date: Sat, 26 May 2018 20:49:01 +0100 Subject: [PATCH] Update README.rst. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 944ed05..505d003 100644 --- a/README.rst +++ b/README.rst @@ -39,9 +39,9 @@ Although pyCraft is compatible any supported server, only a subset of all packets are currently decoded or encoded by the library: those necessary to remain connected to the server, those used for chat, and some others. -Developers wishing to use other functionality with pyCraft can contribute -by implementing the desired packets in ``_ -and sending a pull request. +Developers wishing to use other functionality with pyCraft can contribute by +implementing packet classes for the desired packets, adding them under +``_, and sending a pull request. Supported Python versions ------------------------- @@ -55,7 +55,7 @@ pyCraft is compatible with (at least) the following Python implementations: Requirements ------------ -- `cryptography `_ (<=1.9 for Python 3.3) +- `cryptography `_ - `requests `_ - `future `_