wimglenn / johnnydep

Display dependency tree of Python distribution
MIT License
501 stars 27 forks source link

Can this be used to directly check the packages from github? #114

Closed KyotoSunshine closed 1 year ago

KyotoSunshine commented 1 year ago

Something like johnnydep "git+https://github.com/xxx/yyy.git" or johnnydep "git+ssh://github.com/xxx/yyy.git" did not work for me.

wimglenn commented 1 year ago

This is not currently supported. Johnnydep only works with packaged releases, because that's where the dependency specification is final/reliable.