Skip to content

Commit

Permalink
Relax python dependency (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored May 10, 2023
1 parent 5afe1e7 commit e5227a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues"


[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.10"
httpx = ">=0.23,<0.25"
pydantic = "^1.10"
tenacity = "^8.1"
Expand All @@ -30,4 +30,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.isort]
profile = "black"
profile = "black"

0 comments on commit e5227a6

Please sign in to comment.