diff --git a/setup.py b/setup.py index b76fc59..73815a1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( long_description="""\ The Elite: Dangerous Data Network allows E:D players to share data. Not affiliated with Frontier Developments. """, - install_requires=["bottle", "enum34", "gevent", "jsonschema", "pyzmq", "simplejson"], + install_requires=["argparse", "bottle", "enum34", "gevent", "jsonschema", "pyzmq", "simplejson"], entry_points={ 'console_scripts': [ 'eddn-gateway = eddn.Gateway:main',