mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 11:24:25 +00:00
setup: require twisted >= 2.4.0
This commit is contained in:
parent
8783eabf5a
commit
6090a561aa
@ -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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user