This commit is contained in:
2025-04-15 22:26:20 +03:00
parent 9522b0161a
commit 26a9d8a6da
6 changed files with 106 additions and 2 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ authors = [
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["rich (>=14.0.0,<15.0.0)", "art (>=6.4,<7.0)"]
dependencies = ["rich (>=14.0.0,<15.0.0)", "art (>=6.4,<7.0)", "pyreadline3 (>=3.5.4,<4.0.0)"]
[tool.ruff]
@@ -27,5 +27,5 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
pyreadline3 = "^3.5.4"
sphinx = "^8.2.3"