mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Set jsonschema dependency version to 2.3.0
This commit is contained in:
parent
80d6b181dd
commit
223407c596
6
setup.py
6
setup.py
@ -45,9 +45,9 @@ setup(
|
|||||||
description="GNS3 server to asynchronously manage emulators",
|
description="GNS3 server to asynchronously manage emulators",
|
||||||
long_description=open("README.rst", "r").read(),
|
long_description=open("README.rst", "r").read(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"tornado >= 3.1",
|
"tornado>=3.1",
|
||||||
"pyzmq >= 14.0.0",
|
"pyzmq>=14.0.0",
|
||||||
"jsonschema"
|
"jsonschema==2.3.0"
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
Loading…
Reference in New Issue
Block a user