mirror of
https://github.com/csd4ni3l/logical-signals.git
synced 2025-11-05 02:58:11 +01:00
11 lines
192 B
TOML
11 lines
192 B
TOML
[project]
|
|
name = "logical-signals"
|
|
version = "0.1.0"
|
|
description = "logical-signals"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"pypresence>=4.3.0",
|
|
]
|