1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Set jsonschema dependency version to 2.3.0

This commit is contained in:
grossmj 2014-04-25 18:26:30 -06:00
parent 80d6b181dd
commit 223407c596

View File

@ -47,7 +47,7 @@ setup(
install_requires=[
"tornado>=3.1",
"pyzmq>=14.0.0",
"jsonschema"
"jsonschema==2.3.0"
],
entry_points={
"console_scripts": [