Skip to content

Commit

Permalink
Merge pull request #32 from nationaldronesau/dev
Browse files Browse the repository at this point in the history
added m2r to extra dependancy
  • Loading branch information
williams9438 authored Jun 27, 2024
2 parents 97ff0a8 + 7414665 commit f3c084a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flirimageextractor"
version = "1.5.4"
version = "1.5.5"
description = "A small tool/lib to read temperatures and original photos from FLIR® thermal camera images."
authors = [
"National Drones <[email protected]>",
Expand Down Expand Up @@ -38,7 +38,6 @@ logzero = "^1.7.0"
opencv-python = "^4.10.0.84"
requests = "^2.32.3"
tqdm = "^4.66.4"
m2r = "^0.3.1"


# [tool.poetry.plugins] # Optional super table
Expand All @@ -58,6 +57,7 @@ prompt-toolkit = "^3.0.47"

[tool.poetry.group.extras.dependencies]
wxpython = {version = "^4.2.0", optional = true}
m2r = "^0.3.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit f3c084a

Please sign in to comment.