[tor-commits] [bridgedb/master] Require exactly pillow version 6.1.0.

phw at torproject.org phw at torproject.org
Thu Oct 3 23:01:03 UTC 2019


commit f78db9b955bdca354dd8db6a1f552d869c1f6cbc
Author: Philipp Winter <phw at nymity.ch>
Date:   Thu Sep 12 16:38:26 2019 -0700

    Require exactly pillow version 6.1.0.
    
    This makes the pillow requirement consistent with all other
    requirements, which are pinned to a specific version.
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 05d5444..d5a3c9f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ PyCryptodome==3.9.0
 Twisted==19.7.0
 gnupg==2.3.1
 ipaddr==2.2.0
-pillow>=6.1.0
+pillow==6.1.0
 pyOpenSSL==19.0.0
 pygeoip==0.3.2
 qrcode==6.1





More information about the tor-commits mailing list