mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
setup.py: add Nevow to our dependency list
This commit is contained in:
parent
fb5ec5a899
commit
5cc1dbaac9
@ -22,8 +22,7 @@ setup(name='tahoe-deps',
|
||||
install_requires=["zfec >= 1.0.3",
|
||||
"foolscap >= 0.1.6",
|
||||
"simplejson >= 1.4",
|
||||
#"nevow", # we need nevow, but it doesn't seem to be
|
||||
# installable by easy_install
|
||||
"nevow",
|
||||
],
|
||||
dependency_links=dependency_links,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user