Skip to content

Commit 971ef74

Browse files
committed
update setup.py
1 parent a05b688 commit 971ef74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module_name = "ytmusic-deleter"
1616

17-
install_reqs = ["click", "ytmusicapi >= 0.22.0", "enlighten"]
17+
install_reqs = ["click", "ytmusicapi >= 0.23.0", "enlighten"]
1818

1919
develop_reqs = [
2020
"pre-commit",
@@ -24,6 +24,8 @@
2424
"rope",
2525
"pytest",
2626
"pyinstaller",
27+
"build",
28+
"twine",
2729
]
2830

2931
with open("README.md", "rb") as f:

0 commit comments

Comments
 (0)