mirror of
https://github.com/csd4ni3l/aim-trainer.git
synced 2025-11-05 02:57:56 +01:00
11 lines
215 B
TOML
11 lines
215 B
TOML
[project]
|
|
name = "aimtrainer"
|
|
version = "0.1.0"
|
|
description = "An aim trainer made in Ursina engine."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"pypresence>=4.3.0",
|
|
"ursina>=7.0.0",
|
|
]
|