Merge branch 'pr-poetry' into powermon

This commit is contained in:
Kevin Hester
2024-06-22 10:34:16 -07:00
parent 4203553a44
commit b41cb7d8df
11 changed files with 575 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ license = "GPL-3.0-only"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8,<3.13" # was 3.7 for production but, 3.8 is needed for pytap2, 3.9 is needed for pandas, bleak requires a max of 3.13 for some reason
python = "^3.9,<3.13" # was 3.7 for production but, 3.8 is needed for pytap2, 3.9 is needed for pandas, bleak requires a max of 3.13 for some reason
pyserial = "^3.5"
protobuf = ">=5.26.0"
dotmap = "^1.3.30"
@@ -29,6 +29,8 @@ types-requests = "^2.31.0.20240406"
types-setuptools = "^69.5.0.20240423"
types-pyyaml = "^6.0.12.20240311"
packaging = "^24.0"
riden = {git = "https://github.com/geeksville/riden.git#ecbda543cf566346dd28558d957b4aa7fe116a83"}
pandas = "^2.2.2"
[tool.poetry.group.dev.dependencies]
hypothesis = "^6.103.2"