Skip to content

Commit

Permalink
Merge pull request #1 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Remove asyncio
  • Loading branch information
zweckj authored Oct 14, 2023
2 parents 96837f9 + 8773d9c commit 8457f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"Programming Language :: Python :: Implementation :: CPython",
],
packages=setuptools.find_packages(),
install_requires=["bleak>=0.20.2", "asyncio>=3.4.3"],
install_requires=["bleak>=0.20.2"],
package_data={
"license": ["LICENSE"],
},
)
)

0 comments on commit 8457f61

Please sign in to comment.