ParentalControl / pyproject.toml
GitLab CI
Update game build from GitLab CI
97e7d36
raw
history blame
331 Bytes
[tool.poetry]
name = "godot"
version = "0.1.0"
description = ""
authors = ["Gabriel Kasser <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
flask = "^3.1.0"
gunicorn = "^23.0.0"
flask-cors = "^5.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"