tronikos / opower

A Python library for getting historical and forecasted usage/cost from utilities that use opower.com such as PG&E
Apache License 2.0
54 stars 49 forks source link

Remove asyncio #4

Closed fabaff closed 1 year ago

fabaff commented 1 year ago

Python 3.4 introduced the asyncio library. pyproject.toml says >=3.7, thus asyncio is not needed.