1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-23 23:38:21 +00:00

Fix typo with jsonschema version 3.2.0 -> 3.0.2

This commit is contained in:
grossmj 2019-08-10 11:55:47 -05:00
parent 27d447c926
commit fc182e932a

View File

@ -1,4 +1,4 @@
jsonschema==3.2.0 # pyup: ignore
jsonschema==3.0.2 # pyup: ignore
aiohttp==3.5.4
aiohttp-cors==0.7.0
aiofiles==0.4.0