gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

Add requirements for people not using buildout

Open galuszkak opened this issue 11 years ago • 2 comments

There are plenty people using pip and virtualenv for testing and creating packages. :) Buildout isn't only option.

galuszkak avatar Dec 25 '13 14:12 galuszkak

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 avatar Jan 01 '14 23:01 sontek

@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!

galuszkak avatar Jan 06 '14 22:01 galuszkak