In preparation of the discord.py v2.0.0 upgrade, and the message_content approval, I had some frustration getting the pip install -r requirements.txt to work properly. After some head scratching, I found the group of build tools that played fairly nice with things.

I also manually bumped PyNaCL up to 1.5.0, and removed the cffi dependency altogether. Maybe the list of build tools should be evaluated again?
In preparation of the discord.py v2.0.0 upgrade, and the message_content approval, I had some frustration getting the
pip install -r requirements.txtto work properly. After some head scratching, I found the group of build tools that played fairly nice with things.I also manually bumped PyNaCL up to 1.5.0, and removed the cffi dependency altogether. Maybe the list of build tools should be evaluated again?