Spaces:
Running
on
A10G
Running
on
A10G
[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" | |