Skip to content

Commit eb401fb

Browse files
authored
Add pyproject.toml with project dependencies
1 parent ea01db2 commit eb401fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

10481/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[project]
2+
requires-python = ">=3.9"
3+
dependencies = [
4+
"yt-dlp[default,curl-cffi]>=2024.7.25"
5+
]

0 commit comments

Comments
 (0)