Skip to content

Commit

Permalink
Merge pull request #2 from aptalca/asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
jafar-atili authored Jun 19, 2023
2 parents 79828b8 + 6e8e5e1 commit d64f885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed"
]
dependencies = ["asyncio", "aiohttp"]
dependencies = ["aiohttp"]
requires-python = ">=3.9"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'pyElectra',
packages = ['electra'],
install_requires=['asyncio', 'aiohttp'],
install_requires=['aiohttp'],
version = '0.1.1',
description = 'A library to communicate with Electra Air Conditioners',
author='Jafar Atili',
Expand Down

0 comments on commit d64f885

Please sign in to comment.