Skip to content

Commit

Permalink
Merge branch 'release-22.08.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff S committed Aug 10, 2022
2 parents 2790da0 + 590822a commit d1c72f4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
66 changes: 33 additions & 33 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ embit = { path = "./vendor/embit/", develop = true }
ur = { path = "./vendor/foundation-ur-py/", develop = true }
urtypes = { path = "./vendor/urtypes/", develop = true }

[tool.poetry.dev-dependencies]
black = "^22.1.0"
pylint = "^2.12.2"
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
pytest-mock = "^3.6.1"
PyQRCode = "^1.2.1"

# Docs site dependencies
mkdocs = { version = "^1.2.3", optional = true }
mkdocs-material = { version = "^8.3.9", optional = true }
Expand All @@ -53,6 +45,14 @@ Pillow = { version = "^9.0.1", optional = true }
pygame = { version = "^2.1.2", optional = true }
pyzbar = { version = "^0.1.9", optional = true }

[tool.poetry.dev-dependencies]
black = "^22.1.0"
pylint = "^2.12.2"
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
pytest-mock = "^3.6.1"
PyQRCode = "^1.2.1"

[tool.poetry.extras]
docs = ["mkdocs", "mkdocs-material", "mkdocs-static-i18n", "pymdown-extensions"]
simulator = ["numpy", "opencv-python", "Pillow", "pygame", "pyzbar"]

0 comments on commit d1c72f4

Please sign in to comment.