tradytics / surpriver

Find big moving stocks before they move using machine learning and anomaly detection
https://www.tradytics.com/
GNU General Public License v3.0
1.77k stars 330 forks source link

Remove pkg-resources #16

Closed MohanVashist1 closed 4 years ago

MohanVashist1 commented 4 years ago

Due to https://github.com/tradytics/surpriver/issues/15 and https://stackoverflow.com/questions/39577984/what-is-pkg-resources-0-0-0-in-output-of-pip-freeze-command

viking76 commented 4 years ago

pkg-resources==0.0.0 ;(

MohanVashist1 commented 4 years ago

pkg-resources==0.0.0 ;(

Is something wrong with the PR @viking76 ?

viking76 commented 4 years ago

Yes, there is no version 0.0.0 of pkg-resources,

MohanVashist1 commented 4 years ago

Yes, there is no version 0.0.0 of pkg-resources,

Yes that why in this PR it is being removed. Is there another issue?

tradytics commented 4 years ago

Thank you for working on this.