Skip to content

Commit

Permalink
poetry: install pybricks package from pypi
Browse files Browse the repository at this point in the history
This lets us dogfood our own package and keeps poetry from cloning the
git repo every time we update other packages.
  • Loading branch information
dlech committed Apr 22, 2021
1 parent 8f61ad2 commit 797d0aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8 = "^3.8.3"
GitPython = "^3.1.11"
gql = "^3.0.0a5"
plotly = "^4.14.1"
pybricks = { git = "https://github.com/pybricks/pybricks-api.git", branch = "master" }
pybricks = {version = "^3.0.0a5", allow-prereleases = true}
pybricksdev = {version = "1.0.0a4", allow-prereleases = true}
pycryptodomex = "^3.9.9"
PyGithub = "^1.51"
Expand Down

0 comments on commit 797d0aa

Please sign in to comment.