Skip to content

Commit 40fc255

Browse files
committed
fix requirements
1 parent edb5206 commit 40fc255

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aiohttp
1+
aiohttp==3.*

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="teslemetry_stream",
8-
version="0.4.1",
8+
version="0.4.2",
99
author="Brett Adams",
1010
author_email="[email protected]",
1111
description="Teslemetry Streaming API library for Python",
@@ -20,5 +20,5 @@
2020
"Operating System :: OS Independent",
2121
],
2222
python_requires=">=3.8",
23-
install_requires=["aiohttp", "asyncio"],
23+
install_requires=["aiohttp"],
2424
)

0 commit comments

Comments
 (0)