diff --git a/setup.py b/setup.py index d6301683..ffba880a 100644 --- a/setup.py +++ b/setup.py @@ -45,9 +45,9 @@ setup( description="GNS3 server to asynchronously manage emulators", long_description=open("README.rst", "r").read(), install_requires=[ - "tornado >= 3.1", - "pyzmq >= 14.0.0", - "jsonschema" + "tornado>=3.1", + "pyzmq>=14.0.0", + "jsonschema==2.3.0" ], entry_points={ "console_scripts": [