From 735e7393b33baf1374033224d9c9e28beac94110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=2E=20L=C3=B3pez?= Date: Wed, 15 Nov 2023 16:08:59 +0100 Subject: [PATCH] Fix Pipenv --- Pipfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 1f8628f..ffdf6a0 100644 --- a/Pipfile +++ b/Pipfile @@ -4,15 +4,16 @@ verify_ssl = true name = "pypi" [packages] -homeassistant-historical-sensor = "==2.0.0b0" [dev-packages] ipython = "*" ipdb = "*" -homeassistant-historical-sensor = {editable = true, path = "./../ha-historical-sensor"} sqlalchemy = "*" pre-commit = "*" -homeassistant = ">= 2023.6.0" +homeassistant = ">= 2023.11.0" +mypy = "*" +flake8 = "*" +black = "*" [requires] python_version = "3"