nwunderly / starlette-discord

"Login with Discord" support for Starlette and FastAPI
https://starlette-discord.rtfd.io
MIT License
32 stars 11 forks source link

Fixing dependencies issue #23

Closed vichannnnn closed 2 years ago

vichannnnn commented 2 years ago

ModuleNotFoundError for 'aiohttp' and 'discord' happens when installing starlette-discord and trying to get the basic app started.

nwunderly commented 2 years ago

The discord.py library was intended to be an optional dependency, not sure how this issue got past me for so long. Going to have to rethink some implementation stuff eventually but for now I'll re-add that as a dependency. Will definitely add aiohttp to requirements.txt, that's a mistake.

Thanks for flagging this.