Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Oct 5, 2024
1 parent edb5206 commit 40fc255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aiohttp
aiohttp==3.*
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="teslemetry_stream",
version="0.4.1",
version="0.4.2",
author="Brett Adams",
author_email="[email protected]",
description="Teslemetry Streaming API library for Python",
Expand All @@ -20,5 +20,5 @@
"Operating System :: OS Independent",
],
python_requires=">=3.8",
install_requires=["aiohttp", "asyncio"],
install_requires=["aiohttp"],
)

0 comments on commit 40fc255

Please sign in to comment.