Skip to content

Commit

Permalink
Merge pull request #1 from KarimullinArthur/devolop
Browse files Browse the repository at this point in the history
v.0.0.4 | Update bonchapi to v.0.0.6
  • Loading branch information
KarimullinArthur authored Feb 13, 2025
2 parents fddf0bf + 2ea2de7 commit f20d633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[tool.poetry]
name = "bonchcli"
version = "0.0.3"
version = "0.0.4"
description = "lk.sut.ru console client"
authors = ["Karimullin Arthur <[email protected]>"]
readme = "README.md"

packages = [
{include = "bonchcli"} # Название твоей папки с кодом
{include = "bonchcli"}
]

[tool.poetry.dependencies]
python = "^3.12"
selenium = "^4.28.0"
bonchapi = "0.0.5"
bonchapi = "0.0.6"
tomlkit = "^0.13.2"

[tool.poetry.scripts]
Expand Down

0 comments on commit f20d633

Please sign in to comment.