mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
requirements.txt: add jsonschema (required for events json validation)
This commit is contained in:
parent
594f47c9f8
commit
c6eccd4518
@ -4,6 +4,7 @@ cerberus
|
||||
coverage
|
||||
empy>=3.3
|
||||
jinja2>=2.8
|
||||
jsonschema
|
||||
matplotlib>=3.0.*
|
||||
numpy>=1.13
|
||||
nunavut>=1.1.0
|
||||
|
||||
@ -44,6 +44,7 @@ in pkgs.mkShell {
|
||||
coverage
|
||||
empy
|
||||
jinja2
|
||||
jsonschema
|
||||
matplotlib
|
||||
numpy
|
||||
packaging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user