File size: 690 Bytes
313814b
 
 
d7d34e3
313814b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3431d63
313814b
94c7543
 
 
d0feed8
 
 
 
 
313814b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
package-mode = false

[tool.poetry.dependencies] # implicitly named main
python = "^3.11"
faster-whisper = "^1.0.2"
pydantic = "^2.7.1"
fastapi = "^0.111.0"
uvicorn = "^0.29.0"
python-multipart = "^0.0.9"
soundfile = "^0.12.1"
pydantic-settings = "^2.2.1"
websockets = "^12.0"
numpy = "^1.26.4"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.0"
httpx = "^0.27.0"
pytest-xdist = "^3.6.1"
youtube-dl = {git = "https://github.com/ytdl-org/youtube-dl.git"}

[tool.ruff]
target-version = "py311"

[tool.pyright]
# typeCheckingMode = "strict"
pythonVersion = "3.11"
pythonPlatform = "Linux"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"