ParentalControl / pyproject.toml
GitLab CI
Update game build from GitLab CI
457d4b2
raw
history blame
646 Bytes
[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"