-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update requirements to work with discord.py 2.40 #27
Comments
discord.py is still in the requirements.txt? Thought we removed that lol. We have actually strayed away from discord.py and have our own models, and even plan on taking it a step further using pydantic based models |
Would it be possible to throw a patch up removing the requirement? My build actions are failing pip installs due to the dependency. |
Hi, sorry for the late response, and sorry that this is causing you issues. We have a rework of the library in the works, so this hasn't really been much of a priority, admittedly. I've pushed a quick fix for this to the unstable-remove-discordpy branch that fixes this issue, since that's the quickest I could resolve this. I'd recommend installing from git using this branch until our next release to PyPI. Apologies if this isn't ideal. If you have issues with this branch you can follow up here and I'll fix them as soon as I can. |
Thank you! |
Seems to work fine, I recommend just updating the requirements
The text was updated successfully, but these errors were encountered: