Skip to content

Commit e4cf91f

Browse files
committed
fix(credits): Added missing credits
simpleeval inserted in alphabetic order
1 parent 3c3ed43 commit e4cf91f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

credits/CREDITS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4648
It indirectly uses:
4749

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6666
dynamic = ["version"]

0 commit comments

Comments
 (0)