pc1be / pyproject.toml
axvg's picture
add dockerfile
78ebad8 verified
raw
history blame contribute delete
434 Bytes
[project]
name = "backend-ag"
version = "2025.04.16"
dependencies = [
"fastapi[standard]",
"numpy",
"pydantic"
]
requires-python = ">=3.10"
authors = [
{name = "Alex Vega", email = "avegab@uni.pe"},
]
maintainers = [
{name = "Alex Vega", email = "avegab@uni.pe"},
]
description = "Backend para el proyecto PC1 del curso CC0A2A"
license = "MIT"
keywords = ["genetic algorithm", "android", "kotlin", "python"]