Skip to content

Commit

Permalink
Fix Pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ldotlopez committed Nov 15, 2023
1 parent c5c1645 commit 735e739
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 735e739

Please sign in to comment.