mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Move jsonschema 2.6.0 requirement in build repository.
https://github.com/GNS3/gns3-server/issues/1751 https://github.com/GNS3/gns3-gui/issues/2849 This is to avoid the following error: ``` ERROR: Double requirement given: jsonschema==2.6.0 (from -r gns3-gui\win-requirements.txt (line 4)) (already in jsonschema==3.2.0 (from -r gns3-gui\requirements.txt (line 1)), name='jsonschema') ```
This commit is contained in:
parent
1f149769f2
commit
c6da24f267
@ -1,3 +1 @@
|
||||
-rrequirements.txt
|
||||
|
||||
jsonschema==2.6.0 # necessary because of https://github.com/GNS3/gns3-gui/issues/2849
|
||||
|
@ -1,5 +1,4 @@
|
||||
-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