Skip to content

Commit

Permalink
Refactorings
Browse files Browse the repository at this point in the history
Versions in pyproject.toml
  • Loading branch information
hahn-th committed May 23, 2024
1 parent 2829cca commit f07c28e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ name = "homematicip"
description = "An API for the homematicip cloud"
readme = "README.md"
dependencies = [
"pydantic",
"websockets",
"httpx",
"click",
"alive-progress"
"pydantic==2.7.1",
"websockets==12.0",
"httpx==0.27.0",
"click==8.1.7",
"alive-progress==3.1.5"
]
requires-python = ">=3.12"
authors = [
Expand Down
File renamed without changes.

0 comments on commit f07c28e

Please sign in to comment.