aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt6
-rw-r--r--setup.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 2e9957d..ca541a3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
1aiohttp~=3.8.5 1aiohttp~=3.8
2yarl~=1.9.2 2yarl~=1.9
3typing-extensions~=4.7.1 3typing-extensions~=4.7
diff --git a/setup.py b/setup.py
index 19f02b0..1d057f1 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
7 7
8setup( 8setup(
9 name="pyhOn", 9 name="pyhOn",
10 version="0.15.7", 10 version="0.15.8",
11 author="Andre Basche", 11 author="Andre Basche",
12 description="Control hOn devices with python", 12 description="Control hOn devices with python",
13 long_description=long_description, 13 long_description=long_description,
@@ -21,7 +21,7 @@ setup(
21 packages=find_packages(), 21 packages=find_packages(),
22 include_package_data=True, 22 include_package_data=True,
23 python_requires=">=3.10", 23 python_requires=">=3.10",
24 install_requires=["aiohttp~=3.8.5", "typing-extensions~=4.7.1", "yarl~=1.9.2"], 24 install_requires=["aiohttp~=3.8", "typing-extensions~=4.7", "yarl~=1.9"],
25 classifiers=[ 25 classifiers=[
26 "Development Status :: 4 - Beta", 26 "Development Status :: 4 - Beta",
27 "Environment :: Console", 27 "Environment :: Console",