Spaces:
Sleeping
Sleeping
File size: 434 Bytes
78ebad8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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"] |