commit df7070bfdeab4060476437ab079e251d150e0b9a Author: Arturo Filastò arturo@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