Skip to content

Commit

Permalink
Revert prompt-toolkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Blavka <karel.blavka@hardwario.com>
  • Loading branch information
blavka committed Jun 3, 2024
1 parent 8809286 commit 669444a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 3 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,16 @@ chester = "hardwario.chester.cli:main"
[tool.poetry.dependencies]
python = ">=3.8, <4"
click = "^8.1.3"
pynrfjprog = "^10.24.2"
hardwario-common = "^1.9.0"
pynrfjprog = "=10.23.4"
hardwario-common = "=1.9.0"
pylink-square = "1.2.0"
prompt-toolkit = "^3.0.45"
prompt-toolkit = "3.0.31"
pyperclip = "^1.8.2"
loguru = "^0.7.2"
requests = "^2.32.3"
docker = "^7.1.0"
Pygments = "^2.18.0"
watchdog = "^4.0.1"
autopep8 = "^2.2.0"
certifi = "^2024.6.2"
idna = "^3.7"
psutil = "^5.9.8"
urllib3 = "^2.2.1"
future = "^1.0.0"

[tool.poetry.dev-dependencies]
#hardwario-common = {path = "../py-hardwario-common", develop = true}
Expand Down

0 comments on commit 669444a

Please sign in to comment.