From 3ffaab3375e1b31b16456a9731bc91c191570d2a Mon Sep 17 00:00:00 2001 From: Adam Gschwender Date: Fri, 21 Apr 2017 13:35:27 -0400 Subject: [PATCH] Fix Pillow and Tornado versions in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 404df4c..448bceb 100644 --- a/README.rst +++ b/README.rst @@ -32,8 +32,8 @@ Dependencies ------------ - `Python >= 2.7 `_ -- `Pillow 4.1.0 `_ -- `Tornado 2.9.0 `_ +- `Pillow 2.9.0 `_ +- `Tornado 4.5.1 `_ - `OpenCV 2.x `_ (optional) - `PycURL 7.x `_ (optional, but recommended; required for proxy requests and requests over TLS)