python-trio / asyncgpio

A small library to access GPIO pins the Trio way. Linux 4.9+ only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove async-generator dependency

uSpike opened this issue · comments

This library requires python>=3.6 and the async-generator package provides functionality for pythons older than 3.6, so it can be removed.

Fixed in #5, thank you!