Skip to content

Commit

Permalink
using pipreqs
Browse files Browse the repository at this point in the history
  • Loading branch information
DevER-M committed Oct 22, 2024
1 parent d9d7838 commit d990473
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
50 changes: 2 additions & 48 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,5 @@
annotated-types==0.7.0
anyio==3.7.1
beautifulsoup4==4.12.3
Brotli==1.1.0
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
customtkinter @ git+https://github.com/ElSaico/CustomTkinter.git@c056dddbbbac5d1daf74595b6ce02c7b17f32306
dacite==1.8.1
darkdetect==0.8.0
Deprecated==1.2.14
fastapi==0.103.2
h11==0.14.0
idna==3.10
jaconv==0.4.0
markdown-it-py==3.0.0
mdurl==0.1.2
mutagen==1.47.0
packaging==24.1
pillow==10.4.0
platformdirs==4.3.6
pycryptodomex==3.20.0
pydantic==2.9.2
pydantic_core==2.23.4
pygame==2.6.0
Pygments==2.18.0
pykakasi==2.3.0
python-dateutil==2.9.0.post0
python-slugify==8.0.4
pytube==15.0.0
rapidfuzz==3.9.7
redis==5.0.8
requests==2.32.3
rich==13.8.1
six==1.16.0
sniffio==1.3.1
soundcloud-v2==1.6.0
soupsieve==2.6
Pillow==11.0.0
pygame==2.6.1
spotdl==4.2.8
spotipy==2.24.0
starlette==0.27.0
syncedlyrics==1.0.1
text-unidecode==1.3
typing_extensions==4.12.2
Unidecode==1.3.8
urllib3==2.2.3
uvicorn==0.23.2
websockets==13.0.1
wrapt==1.16.0
yt-dlp==2024.8.6
ytmusicapi==1.8.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name='yami-music-player',
version='1.0.0',
description="An open-source music player with simple UI" ,
long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.md').read(),
long_description=open('README.md').read() + '\n\n' ,##+ open('CHANGELOG.md').read(),
long_description_content_type="text/markdown",
url='https://github.com/DevER-M/yami',
author='Mithun',
Expand Down

0 comments on commit d990473

Please sign in to comment.