Add nbconvert to poetry

The environment can't add notebook files in the UI without nbconvert.
This commit is contained in:
ppinkhasov 2024-03-20 23:23:41 -04:00 committed by GitHub
parent 087cb0b7b7
commit 3e670d2ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,6 +67,8 @@ pytest-cov = "^3"
ruff = "^0" ruff = "^0"
pytest-asyncio = "^0.21.1" pytest-asyncio = "^0.21.1"
types-pyyaml = "^6.0.12.12" types-pyyaml = "^6.0.12.12"
nbconvert = ^7.16.2
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]