mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2026-01-01 04:13:42 +01:00
11 lines
188 B
TOML
11 lines
188 B
TOML
[project]
|
|
name = "wizard_vs_irs"
|
|
version = "0.1.0"
|
|
description = "Wizard vs IRS"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"pypresence>=4.3.0",
|
|
]
|