Skip to content

Commit

Permalink
Merge pull request #55 from peribeir/dev
Browse files Browse the repository at this point in the history
Update requirements (HA compat)
  • Loading branch information
peribeir authored Dec 1, 2023
2 parents d8a9bb0 + e2b4211 commit a5e49a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp~=3.8.1
aiohttp>=3.8.1
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyrademacher",
version="0.13.1",
version="0.13.2",
author="Pedro Ribeiro",
author_email="[email protected]",
description="Control devices connected to your Rademacher Homepilot "
Expand All @@ -26,6 +26,6 @@
],
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
python_requires=">=3.6",
install_requires=["aiohttp~=3.8.1"]
python_requires=">=3.8",
install_requires=["aiohttp>=3.8.1"]
)

0 comments on commit a5e49a4

Please sign in to comment.