Skip to content

Commit 928e442

Browse files
authored
Merge pull request #5 from uSpike/fix-depends
Fix dependencies
2 parents bbc574f + d939775 commit 928e442

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ It is based on libgpiod and its CFFI adapter by Steven P. Goldsmith
88
<sgjava@gmail.com>, as downloaded from
99
`github <https://github.com/sgjava/userspaceio.git>`_.
1010

11+
To run examples, make sure to install `trio` first.
12+
1113
Testing AsyncGPIO requires a Linux distribution that enables the mock-GPIO module.
1214
As of mid-2020, Debian's kernel does not include this module, but Raspbian's does.
1315

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=["trio >= 0.15", "cffi", "async-generator"],
16+
install_requires=["anyio", "cffi"],
1717
keywords=["gpio"],
1818
python_requires=">=3.6",
1919
classifiers=[

0 commit comments

Comments
 (0)