datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

remove unnecessary packages for github action #49

Closed WeileiZeng closed 4 years ago

WeileiZeng commented 4 years ago

this could save minutes for each action.

WeileiZeng commented 4 years ago

Thanks for the merging. After a more careful look. I realize those removed packages are actually dependencies for dataflows. So it make no difference to delete them in requrement.txt, those will be installed as long as dataflows is installed. The installment typically takes 4-5 mins.

anuveyatsu commented 4 years ago

@WeileiZeng yes, they are. The good part is that requirements.txt file now looks short and clear 😄