grossmj 4 years ago
parent ee70a6a27d
commit 1f149769f2

@ -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…
Cancel
Save