[tor-commits] [ooni-probe/master] fix the dependency on pyasn1 (#470)

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


commit f0b6332693cd7ea149d2b43780e133d9489a1379
Author: Veggie Monster <vmonmoonshine at gmail.com>
Date:   Tue Apr 26 09:44:51 2016 -0400

    fix the dependency on pyasn1 (#470)
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 0143b58..28e5f78 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,7 +10,7 @@ scapy-real>=2.2.0-dev
 pypcap>=1.1
 service-identity
 pydumbnet
-pyasn1
+pyasn1>=0.1.8
 pyasn1-modules
 characteristic
 zope.interface





More information about the tor-commits mailing list