[docs] README

This commit is contained in:
Cullen Watson
2023-10-05 10:03:21 -05:00
parent 00537329cf
commit 735ec021f7
3 changed files with 130 additions and 155 deletions

View File

@@ -10,11 +10,10 @@ readme = "README.md"
homeharvest = "homeharvest.cli:main"
[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10,<3.13"
requests = "^2.31.0"
pandas = "^2.1.0"
pandas = "^2.1.1"
openpyxl = "^3.1.2"
tls-client = "^0.2.2"
[tool.poetry.group.dev.dependencies]