forked from Archive/PX4-Autopilot
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…
Reference in New Issue