Pantograph/poetry.lock

28 lines
580 B
TOML
Raw Normal View History

2024-04-19 16:47:35 -07:00
[[package]]
name = "pexpect"
version = "4.9.0"
description = "Pexpect allows easy control of interactive console applications."
2024-05-29 20:57:54 -07:00
category = "main"
2024-04-19 16:47:35 -07:00
optional = false
python-versions = "*"
[package.dependencies]
ptyprocess = ">=0.5"
[[package]]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
2024-05-29 20:57:54 -07:00
category = "main"
2024-04-19 16:47:35 -07:00
optional = false
python-versions = "*"
2024-04-11 16:38:44 -07:00
[metadata]
2024-05-29 20:57:54 -07:00
lock-version = "1.1"
2024-05-28 20:35:47 -07:00
python-versions = "^3.10"
content-hash = "54cb66612c110a515f024e54d2b2a0af54ffcbe06602ad7f4ea6a446699d419a"
2024-05-29 20:57:54 -07:00
[metadata.files]
pexpect = []
ptyprocess = []