[tool.poetry] name = "test-jupyter-ydoc" version = "0.1.0" description = "" authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.8" jupyter-ydoc = "*" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"