python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
187 stars 37 forks source link

Missing `sniffio` dependency? #105

Closed dhirschfeld closed 3 years ago

dhirschfeld commented 3 years ago

conda-forge is complaining:

image

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

pquentin commented 3 years ago

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?