File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ It directly uses:
4242| [ jsonschema] ( https://python-jsonschema.readthedocs.io/en/stable/ ) | [ MIT License] ( https://github.com/python-jsonschema/jsonschema/blob/main/COPYING ) |
4343| [ certifi] ( https://github.com/certifi/python-certifi ) | [ Mozilla Public License 2.0] ( https://github.com/certifi/python-certifi/blob/master/LICENSE ) |
4444| [ screeninfo] ( https://github.com/rr-/screeninfo ) | [ MIT License] ( https://github.com/rr-/screeninfo/blob/master/LICENSE.md ) |
45+ | [ simpleeval] ( https://github.com/danthedeckie/simpleeval ) | [ MIT License] ( https://github.com/danthedeckie/simpleeval/blob/main/LICENCE ) |
46+ | [ pip-system-certs] ( https://gitlab.com/alelec/pip-system-certs ) | [ BSD 2-Clause "Simplified" License] ( https://gitlab.com/alelec/pip-system-certs/-/blob/master/LICENSE?ref_type=heads ) |
4547
4648It indirectly uses:
4749
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ dependencies = [
5959 " pymavlink==2.4.49" ,
6060 " pyserial==3.5" ,
6161 " requests==2.32.5" ,
62- " simpleeval==1.0.7" ,
6362 " screeninfo==0.8.1" ,
63+ " simpleeval==1.0.7" ,
6464]
6565
6666dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments