We encountered an error that we believe we can fix by removing the eventlet dependency from our system (it interacts poorly with gevent, which we use: gevent/gevent#577), and errand-boy is the only source of that dependency for us.
I was wondering if you would consider removing that dependency from setup.py. I looked over the codebase, and it appears to be used only in errand_boy/transports/mock.py, which made me think it may not be a core dependency. If that's the case, could it be moved to tests_require instead of install_requires?
We encountered an error that we believe we can fix by removing the eventlet dependency from our system (it interacts poorly with gevent, which we use: gevent/gevent#577), and errand-boy is the only source of that dependency for us.
I was wondering if you would consider removing that dependency from setup.py. I looked over the codebase, and it appears to be used only in
errand_boy/transports/mock.py, which made me think it may not be a core dependency. If that's the case, could it be moved totests_requireinstead ofinstall_requires?