Is there any way in pip to get know dependencies of the applicaton before downloading it ?
on old version of pip i can do:
pip install --no-install raven
but not even this solution is not work !
Anybody know a solution ?
Is there any way in pip to get know dependencies of the applicaton before downloading it ?
on old version of pip i can do:
but not even this solution is not work !
Anybody know a solution ?