mirror of
https://github.com/LLukas22/Jellyswarrm.git
synced 2025-12-23 22:47:47 -05:00
11 lines
212 B
TOML
11 lines
212 B
TOML
[project]
|
|
name = "dev"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"jellyfin-apiclient-python>=1.11.0",
|
|
]
|