mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-19 14:58:07 +00:00
Use Environmental Markers to force jsonschema version 2.6.0 on Windows/macOS. Ref https://github.com/GNS3/gns3-gui/issues/2849
This commit is contained in:
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…
Reference in New Issue
Block a user