anyaudio / anyaudio-server

:musical_note: Simple server to search youtube and give direct audio download and stream links
91 stars 19 forks source link

Added greenlet to requirements.txt #35

Closed singhpratyush closed 8 years ago

aviaryan commented 8 years ago

greenlet is not a direct requirement. eventlet already installs greenlet. The proof for this is that the application uses requirements.txt to install dependencies on OpenShift server and it works fine. Am I missing something here ?

singhpratyush commented 8 years ago

I just tried

pip install -r requirements.txt

on @ansarimofid's workspace and I had to install it seperately using

pip install greenlet

while this was not the case with me.