mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 00:54:03 +02:00
10 lines
171 B
TOML
10 lines
171 B
TOML
[project]
|
|
name = "core"
|
|
version = "0.1.0"
|
|
description = "definitive-opensource"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"requests>=2.32.5",
|
|
]
|