Skip to content

Commit

Permalink
Remove hard dependency on asyncio (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed May 11, 2021
1 parent a83e147 commit c3a9a3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
aiohttp
asyncio
flake8
async_timeout
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from setuptools import find_packages, setup

setup(name='python-juicenet',
version='1.0.1',
version='1.0.2',
description='Read and control Juicenet/Juicepoint/Juicebox based EVSE devices',
url='http://github.com/jesserockz/python-juicenet',
author='@jesserockz',
license='MIT',
install_requires=[
'aiohttp',
'asyncio'
],
packages=find_packages(exclude=["dist"]),
zip_safe=True)

0 comments on commit c3a9a3a

Please sign in to comment.