Skip to content

Commit

Permalink
Add API to obtain credentials from cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhideous committed Mar 1, 2024
1 parent 3fd3d75 commit 211016e
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 1 deletion.
175 changes: 174 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ paho-mqtt = "~1.6.1"
mashumaro = {version = "^3.12"}
click = { version = "^8.1", optional = true }
tabulate = { version = "^0.9", optional = true }
requests = "^2.31.0"

[tool.poetry.extras]
cli = ["click", "tabulate"]
Expand All @@ -41,6 +42,7 @@ codespell = "^2.2.6"
mypy = "^1.8"
types-paho-mqtt = "~1.6.0"
types-tabulate = "~0.9.0"
types-requests = "^2.31.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
1 change: 1 addition & 0 deletions roombapy/cloud/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Remote robot control."""
Loading

0 comments on commit 211016e

Please sign in to comment.