nvim-snappy/remote-python/pyproject.toml

15 lines
308 B
TOML

[project]
name = "remote-python"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"jupyter-client>=8.6.3",
"kaleido==0.2.1",
"plotly>=6.0.0",
"pnglatex>=1.1",
"pynvim>=0.5.2",
"requests>=2.32.3",
"websocket-client>=1.8.0",
]