mirror of
https://github.com/Xevion/indexer-analyze.git
synced 2025-12-05 23:15:18 -06:00
Fixup pyproject.toml
This commit is contained in:
@@ -1,18 +1,20 @@
|
|||||||
[tool.poetry]
|
[project]
|
||||||
name = "indexer-analyze"
|
name = "indexer-analyze"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = "A tool to analyze Sonarr indexer data."
|
||||||
authors = ["Xevion <xevion@xevion.dev>"]
|
authors = [{ name = "Xevion", email = "xevion@xevion.dev" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.10,<4.0"
|
||||||
|
dependencies = [
|
||||||
|
"python-dotenv>=1.1.0,<2.0.0",
|
||||||
|
"structlog>=25.3.0,<26.0.0",
|
||||||
|
"httpx[http2]>=0.28.1,<0.29.0",
|
||||||
|
"anyio>=4.9.0,<5.0.0",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry]
|
||||||
python = "^3.10"
|
package-mode = false
|
||||||
python-dotenv = "^1.1.0"
|
|
||||||
structlog = "^25.3.0"
|
|
||||||
httpx = {extras = ["http2"], version = "^0.28.1"}
|
|
||||||
anyio = "^4.9.0"
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
Reference in New Issue
Block a user