remove argparse, whitespace-ify requirements
This commit is contained in:
parent
6b29d62d78
commit
f32cd46e2c
15
setup.py
15
setup.py
|
@ -26,13 +26,14 @@ setup(name="magic-wormhole",
|
|||
"wormhole-server = wormhole.server.cli:server",
|
||||
]
|
||||
},
|
||||
install_requires=["spake2==0.7", "pynacl", "argparse",
|
||||
"six",
|
||||
"twisted",
|
||||
"autobahn[twisted] >= 0.14.1",
|
||||
"hkdf", "tqdm",
|
||||
"click",
|
||||
],
|
||||
install_requires=[
|
||||
"spake2==0.7", "pynacl",
|
||||
"six",
|
||||
"twisted",
|
||||
"autobahn[twisted] >= 0.14.1",
|
||||
"hkdf", "tqdm",
|
||||
"click",
|
||||
],
|
||||
extras_require={':sys_platform=="win32"': ["pypiwin32"],
|
||||
"tor": ["txtorcon", "ipaddress"]},
|
||||
test_suite="wormhole.test",
|
||||
|
|
Loading…
Reference in New Issue
Block a user