From: Daira Hopwood Date: Thu, 29 Oct 2015 21:10:55 +0000 (+0000) Subject: Revert pinning of Twisted 15.2.0 which causes more problems than it solves. X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=b369d98d6166c0399d5e6855e7a2ce5654102b01 Revert pinning of Twisted 15.2.0 which causes more problems than it solves. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index fa778bd8..bdbf0807 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -37,8 +37,7 @@ install_requires = [ # filepath.Permissions # * Nevow 0.11.1 depends on Twisted >= 13.0.0. # * The Magic Folder frontend depends on Twisted >= 15.2.0. - # * For now we pin Twisted 15.2.0 to avoid . - "Twisted == 15.2.0", + "Twisted >= 15.2.0", # Nevow 0.11.1 can be installed using pip (#2032). "Nevow >= 0.11.1",