feat: book decryption
All credits go to gawgua for his work, tysm.
This commit is contained in:
@ -1,9 +1,15 @@
|
||||
[project]
|
||||
name = "akademiya"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user