Support shell expansion in extend paths (#1323)

This commit is contained in:
Charlie Marsh
2022-12-21 20:46:38 -05:00
committed by GitHub
parent 66a6c81ebf
commit bf5fec342c
5 changed files with 24 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ rustpython-common = { git = "https://github.com/RustPython/RustPython.git", rev
rustpython-parser = { features = ["lalrpop"], git = "https://github.com/RustPython/RustPython.git", rev = "c01f014b1269eedcf4bdb45d5fbc62ae2beecf31" }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = { version = "1.0.87" }
shellexpand = { version = "3.0.0" }
strum = { version = "0.24.1", features = ["strum_macros"] }
strum_macros = { version = "0.24.3" }
textwrap = { version = "0.16.0" }