python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `sniffio` dependency?

dhirschfeld opened this issue · comments

conda-forge is complaining:

image

...and it does indeed seem to be a required dependency?

A pull request to add sniffio to setup.py install_requires would be nice!

On the other hand, attrs is listed as a dependency in setup.py but we don't actually use it directly?