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:
8783eab
)
setup: require twisted >= 2.4.0
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 9 Apr 2008 01:12:00 +0000
(18:12 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 9 Apr 2008 01:12:00 +0000
(18:12 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index b0b5544604308428ca6f62f7c848faef54f921c7..b556a1132ec51d683a874da8b7d6309c618d48e3 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-4,6
+4,7
@@
install_requires=["zfec >= 1.1.0",
"pycryptopp >= 0.2.8",
"nevow >= 0.6.0",
"zope.interface",
+ "twisted >= 2.4.0",
]
import sys
if hasattr(sys, 'frozen'):