mirror of
https://github.com/csd4ni3l/simulator-games.git
synced 2025-11-05 03:58:16 +01:00
14 lines
252 B
TOML
14 lines
252 B
TOML
[project]
|
|
name = "SimulatorGames"
|
|
version = "0.1.0"
|
|
description = "SimulatorGames"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"cairosvg>=2.8.2",
|
|
"pypresence>=4.3.0",
|
|
"scipy>=1.16.1",
|
|
"svgpathtools>=1.7.1",
|
|
]
|