Skip to content

Commit

Permalink
Add prompt-toolkit for full xonsh feats
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Aug 14, 2023
1 parent 6e8d078 commit 482ad1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
31 changes: 28 additions & 3 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0.alpha0.dev0"
description = "trading gear for hackers"
authors = ["Tyler Goodlet <[email protected]>"]
license = "AGPLv3"
readme = "README.md"
readme = "README.rst"


[tool.poetry.dependencies]
Expand Down Expand Up @@ -41,6 +41,7 @@ tractor = { path = '../tractor/', develop = true }
pyqtgraph = { git = 'https://github.com/pikers/pyqtgraph.git' }
asyncvnc = { git = 'https://github.com/pikers/asyncvnc.git', branch = 'main' }
tomlkit = { git = 'https://github.com/pikers/tomlkit.git', branch = 'piker_pin' }
prompt-toolkit = "^3.0.39"


[build-system]
Expand Down

0 comments on commit 482ad1c

Please sign in to comment.