dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.42k stars 98 forks source link

argparse dependency unnecessary #195

Open lukegb opened 1 week ago

lukegb commented 1 week ago

Before opening an issue make sure that there are no duplicates and that you are on the latest version. Describe the bug argparse is listed in requrements.txt, but not used at all.

To Reproduce Steps to reproduce the behavior:

  1. Open requirements.txt

Expected behavior argparse to not be included.

Screenshots image

iSponsorBlockTV server (please complete the following information):

Apple TV (please complete the following information):

Additional context Add any other context about the problem here.

lukegb commented 1 week ago

For context: argparse does not appear to be used by this repo directly at all, and also argparse has been in the Python standard library since 3.2.

dmunozv04 commented 1 week ago

Thanks for opening the issue, I forgot to remove it when I migrated the cli to click. I’ll get it fixed on #194

lukegb commented 1 week ago

Thanks!