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-21 22:15:45 -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-21 22:15:45 -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-21 22:15:45 -07:00
lock-version = "1.1"
2024-04-11 16:38:44 -07:00
python-versions = "^3.11"
2024-04-19 16:47:35 -07:00
content-hash = "aaae6d4832f97d9ad1b145776be94a2c44a7e77068bb1b3a05241a81dde23909"
2024-05-21 22:15:45 -07:00
[metadata.files]
pexpect = []
ptyprocess = []