Skip to content

Commit

Permalink
add: docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
byBenPuls committed Dec 10, 2024
1 parent 0c56b05 commit 126c73c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 1,12 @@
[tool.poetry]
name = "moy-nalog"
version = "0.3.3"
version = "0.3.4"
description = "Async Python API for lknpd.nalog.ru"
authors = ["Ben Puls <[email protected]>"]
readme = "README.md"
repository = "https://github.com/byBenPuls/moy_nalog"


[tool.poetry.dependencies]
python = ">=3.8"
httpx = "^0.27.2"
Expand All @@ -17,6 18,14 @@ pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"


[tool.poetry.group.docs.dependencies]
furo = "^2024.8.6"
myst-parser = ">=0.16"
sphinx = ">=4.0"
sphinx-autobuild = ">=2021.0"
sphinx-rtd-theme = ">=1.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 126c73c

Please sign in to comment.