Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Nov 2, 2024
1 parent 562ed8d commit 21fd429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ classifiers = [
cli = [
"pytest",
"pytest-cov",
"black"
"black",
"twine"
]

[project.scripts]
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ python-dotenv
requests
lyricsgenius
side-by-side
beautifulsoup4

# Unit Tests
# Dev dependencies
pytest
pytest-cov
black

# PatchedGenius
beautifulsoup4
twine

0 comments on commit 21fd429

Please sign in to comment.