setup: trivial formatting change in _auto_deps.py

This commit is contained in:
Zooko O'Whielacronx 2008-05-06 12:30:56 -07:00
parent a097f45243
commit b41dcbd329

View File

@ -10,6 +10,7 @@ install_requires=["zfec >= 1.1.0",
"nevow >= 0.6.0", "nevow >= 0.6.0",
"zope.interface", "zope.interface",
"twisted >= 2.4.0", "twisted >= 2.4.0",
# we require 0.6c8 to build, but can handle older versions # we require 0.6c8 to build, but can handle older versions
# to run # to run
"setuptools >= 0.6a9", "setuptools >= 0.6a9",