Skip to content

Commit

Permalink
Removed unnecessary moviepy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Dec 18, 2023
1 parent 4bd2d12 commit 9f8a6ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 201 deletions.
204 changes: 5 additions & 199 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-prep"
version = "0.4.1"
version = "0.4.2"
description = "Prepare for karaoke video creation, by downloading audio and lyrics for a specified song or youtube playlist and separatung audio stems."
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
license = "MIT"
Expand All @@ -18,7 +18,6 @@ yt-dlp = "*"
lyricsgenius = "^3"
fetch-lyrics-from-genius = "^0.1"
audio-separator = "^0.8"
moviepy = "^1.0.3"

[tool.poetry.group.dev.dependencies]
black = "^23"
Expand Down

0 comments on commit 9f8a6ed

Please sign in to comment.