mirror of
https://github.com/csd4ni3l/siege-calendar.git
synced 2025-11-05 03:58:16 +01:00
11 lines
188 B
TOML
11 lines
188 B
TOML
[project]
|
|
name = "siege-calendar"
|
|
version = "0.1.0"
|
|
description = "Siege Calendar"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"requests>=2.32.5",
|
|
"rich>=14.1.0",
|
|
]
|