Use Environmental Markers to force jsonschema version 2.6.0 on Windows/macOS. Ref https://github.com/GNS3/gns3-gui/issues/2849

pull/1763/head
grossmj 4 years ago
parent 2606c2d9a7
commit 770841b3ee

@ -1,5 +1,6 @@
yarl==1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
jsonschema==2.6.0 # pyup: ignore
jsonschema==3.2.0
jsonschema==2.6.0; sys.platform == 'win32' or sys.platform == 'darwin' # pyup: ignore (force jsonschema 2.6.0 on Windows and macOS)
aiohttp==3.6.2
aiohttp-cors==0.7.0
aiofiles==0.4.0

Loading…
Cancel
Save