remove argparse, whitespace-ify requirements

This commit is contained in:
meejah 2016-06-22 01:30:15 -06:00
parent 6b29d62d78
commit f32cd46e2c

View File

@ -26,7 +26,8 @@ setup(name="magic-wormhole",
"wormhole-server = wormhole.server.cli:server", "wormhole-server = wormhole.server.cli:server",
] ]
}, },
install_requires=["spake2==0.7", "pynacl", "argparse", install_requires=[
"spake2==0.7", "pynacl",
"six", "six",
"twisted", "twisted",
"autobahn[twisted] >= 0.14.1", "autobahn[twisted] >= 0.14.1",