]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Bump pyasn1 requirement to >= 0.1.8.
authorDaira Hopwood <daira@jacaranda.org>
Thu, 16 Jul 2015 14:38:06 +0000 (15:38 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 16 Jul 2015 14:38:06 +0000 (15:38 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index cbdc9becac0cc7ea336d8b09eeb9d8e5d19368ea..a78844e6d2bb270cc18e77c04ebd34c72416e7a7 100644 (file)
@@ -53,7 +53,7 @@ install_requires = [
 
     "service-identity",         # this is needed to suppress complaints about being unable to verify certs
     "characteristic >= 14.0.0", # latest service-identity depends on this version
-    "pyasn1 >= 0.1.4",          # latest pyasn1-modules depends on this version
+    "pyasn1 >= 0.1.8",          # latest pyasn1-modules depends on this version
     "pyasn1-modules >= 0.0.5",  # service-identity depends on this
 ]