Files

13 lines
529 B
TOML

version = "26.4.*"
upstream-repository = "https://github.com/gevent/gevent"
dependencies = ["types-greenlet", "types-psutil>=7.2.0"]
[tool.stubtest]
# Run stubtest on all platforms, since there is some platform specific stuff
# especially in the stdlib module replacement
ci-platforms = ["linux", "darwin", "win32"]
# for testing the ffi loop implementations on all platforms
stubtest-dependencies = ["cffi", "dnspython"]
apt-dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
brew-dependencies = ["libev", "libuv"]