mirror of
https://github.com/csd4ni3l/fleet-commander.git
synced 2026-01-01 04:23:47 +01:00
13 lines
230 B
TOML
13 lines
230 B
TOML
[project]
|
|
name = "fleet-commander"
|
|
version = "0.1.0"
|
|
description = "Fleet Commander"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade>=3.3.3",
|
|
"gymnasium>=1.2.2",
|
|
"numpy>=2.3.4",
|
|
"pypresence>=4.3.0",
|
|
]
|