File size: 646 Bytes
97e7d36
 
 
 
 
 
 
 
726ec90
97e7d36
 
 
726ec90
 
 
 
 
457d4b2
97e7d36
 
726ec90
 
 
 
 
97e7d36
 
 
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
[tool.poetry]
name = "godot"
version = "0.1.0"
description = ""
authors = ["Gabriel Kasser <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
flask = "^3.1.0"
gunicorn = "^23.0.0"
flask-cors = "^5.0.0"
faster-whisper = "^1.1.1"
pyaudio = "^0.2.14"
torch = {version = "^2.5.1+cu121", source = "pytorch"}
torchaudio = {version = "^2.5.1+cu121", source = "pytorch"}
ctranslate2 = "4.4.0"
mistralai = "^1.4.0"


[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
priority = "explicit"

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