Skip to content

Commit

Permalink
Removing unused imports, updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sfever authored Mar 29, 2024
1 parent 6f655ea commit 1e00370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions codes/music.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import time
import pydub
import simpleaudio as sa
import os
import pydub.playback
import threading
from multiprocessing import Process

class MusicPlayer:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ mdurl==0.1.2
pygame==2.5.2
rich==13.7.1
tqdm==4.66.2
pydub==0.25.1


0 comments on commit 1e00370

Please sign in to comment.