signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

`anyio` should not be a dependency #24

Closed laggykiller closed 7 months ago

laggykiller commented 7 months ago

anyio is only used in example and test. Users should be able to use this library with other async library such as asyncio. Hence anyio should not be listed as a requirement.

laggykiller commented 7 months ago

Sorry, I did not notice that anyio is used in signalstickers_client.classes.downloader. Closing