couldbejake / spotify2mp3

Simple free and unlimited Spotify playlist downloads. Spotify2mp3 - Spotify Downloader
MIT License
270 stars 42 forks source link

requirements.txt #2

Closed leunamnauj closed 2 years ago

leunamnauj commented 2 years ago

Any reason for not having a requirements.txt?

This is the one I've created as part of the install process beautifulsoup4==4.11.1 bs4==0.0.1 certifi==2021.10.8 charset-normalizer==2.0.12 coverage==5.5 decorator==4.4.2 deprecation==2.1.0 eyed3==0.9.6 filetype==1.0.13 idna==3.3 imageio==2.19.2 imageio-ffmpeg==0.4.7 moviepy==1.0.3 numpy==1.22.3 packaging==21.3 Pillow==9.1.1 proglog==0.1.10 pyparsing==3.0.9 pytube==12.1.0 requests==2.27.1 soupsieve==2.3.2.post1 toml==0.10.2 tqdm==4.64.0 urllib3==1.26.9 youtube-search==2.1.0

couldbejake commented 2 years ago

Oops, I forgot to create one,

If you don't mind I'll create a requirements.txt with the list you've just posted.

Thank you, Jake

couldbejake commented 2 years ago

@leunamnauj the packages you've specified don't seem to be compatible, Do you mind letting me know what version of Python you're using?

leunamnauj commented 2 years ago

Python3.8

couldbejake commented 2 years ago

@leunamnauj Looks good, installation is flawless although in the future may add support for different Python versions.