Skip to content

Commit

Permalink
core: services: ping: Add libraries for REST API
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 22, 2021
1 parent cbfa25e commit dd8270f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/services/ping/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
install_requires=[
"bluerobotics-ping == 0.1.2",
"bridges == 0.1.0",
"fastapi == 0.63.0",
"fastapi-versioning == 0.9.1",
"loguru == 0.5.3",
"pyserial == 3.5",
"starlette == 0.13.6",
"uvicorn == 0.13.4",
],
)

0 comments on commit dd8270f

Please sign in to comment.