16 lines
316 B
TOML
16 lines
316 B
TOML
[project]
|
|
name = "akademiya"
|
|
version = "0.1.0"
|
|
description = "Unofficial API client written in Python for a certain book library."
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"platformdirs>=4.3.6",
|
|
"requests>=2.32.3",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
win = [
|
|
"pythonnet>=3.0.5",
|
|
]
|