]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Oops, check_requirement doesn't support ==. test-twisted-15.3.0pre1
authorDaira Hopwood <daira@jacaranda.org>
Wed, 29 Jul 2015 00:04:55 +0000 (01:04 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 29 Jul 2015 00:04:55 +0000 (01:04 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index b6f70bf2328e019bcdc1a0f8652d511dcbb47484..7a9af786aba76bbe84e626c457bd8f8da6283a97 100644 (file)
@@ -146,14 +146,14 @@ if sys.platform == "win32":
 
 if _use_old_Twisted_and_Nevow:
     install_requires += [
-        "Twisted >= 11.1.0, <= 12.1.0",
+        "Twisted >= 15.3.0pre1",
         "Nevow >= 0.9.33, <= 0.10",
     ]
     setup_requires += [req for req in install_requires if req.startswith('Twisted')
                                                        or req.startswith('zope.interface')]
 else:
     install_requires += [
-        "Twisted >= 13.0.0",
+        "Twisted >= 15.3.0pre1",
         "Nevow >= 0.11.1",
     ]