gevent-socketio
gevent-socketio copied to clipboard
Add requirements for people not using buildout
There are plenty people using pip and virtualenv for testing and creating packages. :) Buildout isn't only option.
The setup.py already has the dependencies defined, so with pip you can pip install -e . and get them all, a requirements.txt isn't required. If we moved to maintaining a requirements.txt I'd like to also update the setup.py to read from it so that we don't have to maintain many lists
@sontek I will add this next week.
Also I have a question. When do You plan to release 0.3.6? Thanks for awesome work!