Tahoe shouldn't need to depend on setuptools

This commit is contained in:
Itamar Turner-Trauring 2023-11-17 10:59:40 -05:00
parent 4daa584449
commit e68d0fccb1

View File

@ -39,7 +39,6 @@ package_imports = [
('pycparser', 'pycparser'), ('pycparser', 'pycparser'),
('PyYAML', 'yaml'), ('PyYAML', 'yaml'),
('magic-wormhole', 'wormhole'), ('magic-wormhole', 'wormhole'),
('setuptools', 'setuptools'),
('eliot', 'eliot'), ('eliot', 'eliot'),
('attrs', 'attr'), ('attrs', 'attr'),
('autobahn', 'autobahn'), ('autobahn', 'autobahn'),