shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

Fixes #59 - Missing requirement #60

Closed martinbndr closed 1 year ago

martinbndr commented 1 year ago

Fixes missing module requirement typing_extensions

YumYummity commented 1 year ago

This is not the issue; typing-extensions is defined in setup.py already as an extra require.

shayypy commented 1 year ago

Looking to see if this is fixed in https://github.com/shayypy/guilded.py/commit/9b6a33d19b1b4956af2e45c9beb62c5a4c586295, if so I'll close this and the corresponding issue.