mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
setup: we now require setuptools at run-time
This commit is contained in:
parent
cd1c6a58f5
commit
85602d190d
@ -5,6 +5,7 @@ install_requires=["zfec >= 1.1.0",
|
||||
"nevow >= 0.6.0",
|
||||
"zope.interface",
|
||||
"twisted >= 2.4.0",
|
||||
"setuptools >= 0.6c8",
|
||||
]
|
||||
import sys
|
||||
if hasattr(sys, 'frozen'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user