Set jsonschema dependency version to 2.3.0

pull/11/head
grossmj 10 years ago
parent 80d6b181dd
commit 223407c596

@ -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": [

Loading…
Cancel
Save