This commit is contained in:
2025-04-18 12:50:30 +03:00
parent a649022f1d
commit 584df9ba69
6 changed files with 1319 additions and 101 deletions
+2 -1
View File
@@ -7,7 +7,7 @@ authors = [
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.11, <4.0"
dependencies = ["rich (>=14.0.0,<15.0.0)", "art (>=6.4,<7.0)", "pyreadline3 (>=3.5.4,<4.0.0)"]
@@ -28,4 +28,5 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
sphinx = "^8.2.3"
pydoc-markdown = "^4.8.2"