Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 36a76b5

Browse files
Update pyproject.toml
1 parent d64c258 commit 36a76b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.5"
13-
"OpenRobot-Packages" = { git = "https://github.com/OpenRobot-Packages/OpenRobot-Packages.git", branch = "main" }
13+
"OpenRobot-Packages" = { git = "https://github.com/OpenRobot-Packages/Python-OpenRobot-Packages.git", branch = "main" }
1414
"aiohttp" = ">=3.7.4"
1515
"requests" = ">=2.25.1"
1616

1717
[tool.poetry.dev-dependencies]
1818

1919
[build-system]
2020
requires = ["poetry-core>=1.0.0"]
21-
build-backend = "poetry.core.masonry.api"
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)