Skip to content

Commit d939775

Browse files
committed
Remove async-generator dependency which is irrelevant for python>=3.6
1 parent 28c80c3 commit d939775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
license="MIT -or- Apache License 2.0",
1414
packages=find_packages(),
1515
setup_requires=["setuptools_scm"],
16-
install_requires=["anyio", "cffi", "async-generator"],
16+
install_requires=["anyio", "cffi"],
1717
keywords=["gpio"],
1818
python_requires=">=3.6",
1919
classifiers=[

0 commit comments

Comments
 (0)