Skip to content

Commit ddd06a1

Browse files
committed
core:services:ardupilot_manager: Sanitize Libs
* Remove unecessary libs defined in .toml
1 parent d472778 commit ddd06a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/services/ardupilot_manager/pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description = "AutoPilot service manager."
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8-
"aiofiles==0.6.0",
9-
"anyio==3.7.1",
108
"appdirs==1.4.4",
119
"commonwealth==0.1.0",
1210
"fastapi==0.105.0",
@@ -17,9 +15,7 @@ dependencies = [
1715
"pydantic==1.10.12",
1816
"pyelftools==0.30",
1917
"pyserial==3.5",
20-
"python-multipart==0.0.5",
2118
"smbus2==0.3.0",
22-
"starlette==0.27.0",
2319
"uvicorn==0.18.0",
2420
"validators==0.18.2",
2521
]

0 commit comments

Comments
 (0)