projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023f9fa
)
Oops, check_requirement doesn't support ==.
test-twisted-15.3.0pre1
author
Daira Hopwood
<daira@jacaranda.org>
Wed, 29 Jul 2015 00:04:55 +0000
(
01:04
+0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index b6f70bf2328e019bcdc1a0f8652d511dcbb47484..7a9af786aba76bbe84e626c457bd8f8da6283a97 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-146,14
+146,14
@@
if sys.platform == "win32":
if _use_old_Twisted_and_Nevow:
install_requires += [
- "Twisted >= 1
1.1.0, <= 12.1.0
",
+ "Twisted >= 1
5.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 >= 1
3.0.0
",
+ "Twisted >= 1
5.3.0pre1
",
"Nevow >= 0.11.1",
]