Skip to content

Commit 797d0aa

Browse files
committed
poetry: install pybricks package from pypi
This lets us dogfood our own package and keeps poetry from cloning the git repo every time we update other packages.
1 parent 8f61ad2 commit 797d0aa

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

poetry.lock

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8 = "^3.8.3"
1515
GitPython = "^3.1.11"
1616
gql = "^3.0.0a5"
1717
plotly = "^4.14.1"
18-
pybricks = { git = "https://github.com/pybricks/pybricks-api.git", branch = "master" }
18+
pybricks = {version = "^3.0.0a5", allow-prereleases = true}
1919
pybricksdev = {version = "1.0.0a4", allow-prereleases = true}
2020
pycryptodomex = "^3.9.9"
2121
PyGithub = "^1.51"

0 commit comments

Comments
 (0)