Init code
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "youtube-microservice"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.129.0",
|
||||
"httpx[http2]>=0.28.1",
|
||||
"tqdm>=4.67.3",
|
||||
"yt-dlp[default]>=2026.2.4",
|
||||
]
|
||||
Reference in New Issue
Block a user