shayypy / guilded.py

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

Missing typing_extensions module #59

Closed martinbndr closed 1 year ago

martinbndr commented 1 year ago

Describe the bug Missing required module in the requirements.txt file

To Reproduce Create a new bot project / virtualenv and install guilded.py with pip install guilded.py

Expected behavior Basic bot like provided in the example should work

Actual behavior Error ``ModuleNotFoundError: No module named 'typing_extensions'

Screenshots image

Environment

shayypy commented 1 year ago

This should be fixed in https://github.com/shayypy/guilded.py/commit/9b6a33d19b1b4956af2e45c9beb62c5a4c586295, if not please re-open this issue.