[tor-commits] [bridgedb/master] Add qrcode==5.0.1 and pillow>=2.6.1 to Pip requirements.txt file.

isis at torproject.org isis at torproject.org
Tue Feb 3 02:31:03 UTC 2015


commit 6917daa0b38dd276a87e39d2d9f1a7f1eb90031e
Author: Isis Lovecruft <isis at torproject.org>
Date:   Thu Jan 15 22:01:21 2015 +0000

    Add qrcode==5.0.1 and pillow>=2.6.1 to Pip requirements.txt file.
    
    Pillow, in Debian jessie, is in the `python-imaging` package (currently
    version 2.6.1).  However, on PyPI, Pillow is simply `pillow` (currently
    version 2.7.0). Both of these are backwards compatible with the
    python-imaging package in Debian wheezy (currently version 1.1.6, and
    likely to never get updated, because it is being replaced with pillow).
    And any of these will currently work with BridgeDB.
---
 requirements.txt |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index de393b1..6448920 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,7 @@ pycrypto==2.6.1
 pyOpenSSL==0.13.1
 pygeoip==0.2.7
 pygpgme==0.3
+pillow>=2.6.1
+qrcode==5.0.1
 recaptcha-client==1.0.6
 zope.interface==3.6.1





More information about the tor-commits mailing list