[tor-commits] [ooni-probe/master] Specify a more recent version of setuptools

art at torproject.org art at torproject.org
Fri Apr 29 09:42:27 UTC 2016


commit df7070bfdeab4060476437ab079e251d150e0b9a
Author: Arturo Filastò <arturo at filasto.net>
Date:   Wed Apr 27 12:49:29 2016 +0200

    Specify a more recent version of setuptools
    
    * cryptography -> depends on -> cffi -> ipaddress -> setuptools >=11.3
    * Python dependencies are hell
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 229504b..7aeaabc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,7 @@
 # These are dependencies of ooniprobe depedencies that require specific
 # versions.
 pyasn1>=0.1.8
+setuptools>=11.3
 
 # These are direct dependencies of ooniprobe.
 PyYAML>=3.10





More information about the tor-commits mailing list