mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Only use jsonschema 2.6.0 on Windows and macOS.
https://github.com/GNS3/gns3-server/issues/1751 https://github.com/GNS3/gns3-gui/issues/2849
This commit is contained in:
parent
ee70a6a27d
commit
1f149769f2
3
mac-requirements.txt
Normal file
3
mac-requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
-rrequirements.txt
|
||||
|
||||
jsonschema==2.6.0 # necessary because of https://github.com/GNS3/gns3-gui/issues/2849
|
@ -1,5 +1,4 @@
|
||||
jsonschema==3.2.0; python_version >= '3.8' # pyup: ignore
|
||||
jsonschema==2.6.0; python_version < '3.8' # pyup: ignore
|
||||
jsonschema==3.2.0
|
||||
aiohttp==3.6.2
|
||||
aiohttp-cors==0.7.0
|
||||
aiofiles==0.4.0
|
||||
|
@ -1,4 +1,5 @@
|
||||
-rrequirements.txt
|
||||
|
||||
pywin32>=223 # pyup: ignore
|
||||
jsonschema==2.6.0 # necessary because of https://github.com/GNS3/gns3-gui/issues/2849
|
||||
wmi==1.4.9
|
||||
|
Loading…
Reference in New Issue
Block a user